#2D8CBE

Color #2D8CBE Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #2D8CBE

Tints of Curious Blue #2D8CBE

Color information

#2D8CBE (or 0x2D8CBE) is unknown color: approx Curious Blue. HEX triplet: 2D, 8C and BE. RGB value is (45,140,190). Sum of RGB (Red+Green+Blue) = 45+140+190=375 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D8CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D8CBE is #D27341. Grayscale: #757575. Windows color (decimal): -13792066 or 12487725. OLE color: 12487725.

HSL color Cylindrical-coordinate representation of color #2D8CBE: hue angle of 200.69º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D8CBE is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB45140190-
CMYK0.760.2600.25
HSL200.69º61.7%46.08%-
HSV(B)200.69º76.32%74.51%-
XYZ19.7523.0352.12-
YUV117.29169.0376.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 12%
GREEN value IS 140 (55.08% from 255) = 37.33%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=12%
G=37.33%
B=50.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal451401900.760.2600.25200.6961.746.08
Hex2D8CBE4C1A019c93e2e
Octal55214276114320313117656
Binary101101100011001011111010011001101001100111001001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D8CBE; }

 p { color: rgb(45,140,190); }

 H1.HeaderClassName
 {
   color: #2D8CBE;
 }
 .AnyTagClassName
 {
   color: #2D8CBE;
 }
</style>
background-color css

<style>
 a { background-color: #2D8CBE; }

 a { background-color: rgb(45,140,190); }

 div.DivClassName
 {
   background-color: #2D8CBE;
 }
 .BgClassName
 {
   background-color: #2D8CBE;
 }
</style>
border-color css

<style>
 span { border-color: #2D8CBE; }

 span { border-color: rgb(45,140,190); }

 td.TdClassName
 {
   border-color: #2D8CBE;
 }
 .TagClassName
 {
   border-color: #2D8CBE;
 }
</style>