#2788C0

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

Shades of Curious Blue #2788C0

Tints of Curious Blue #2788C0

Color information

#2788C0 (or 0x2788C0) is unknown color: approx Curious Blue. HEX triplet: 27, 88 and C0. RGB value is (39,136,192). Sum of RGB (Red+Green+Blue) = 39+136+192=367 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.63% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 192 (75.39% from 255 or 52.32% from 367); Max value from RGB is 192 - color contains mainly: blue. Hex color #2788C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2788C0 is #D8773F. Grayscale: #717171. Windows color (decimal): -14186304 or 12617767. OLE color: 12617767.

HSL color Cylindrical-coordinate representation of color #2788C0: hue angle of 201.96º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2788C0 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB39136192-
CMYK0.800.2900.25
HSL201.96º66.23%45.29%-
HSV(B)201.96º79.69%75.29%-
XYZ19.1621.8553.08-
YUV113.38172.3674.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.63%
GREEN value IS 136 (53.52% from 255) = 37.06%
BLUE value IS 192 (75.39% from 255) = 52.32%
R=10.63%
G=37.06%
B=52.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal391361920.800.2900.25201.9666.2345.29
Hex2788C0501D019ca422d
Octal472103001203503131210255
Binary1001111000100011000000101000011101011001110010101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2788C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2788C0; }

 p { color: rgb(39,136,192); }

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

<style>
 a { background-color: #2788C0; }

 a { background-color: rgb(39,136,192); }

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

<style>
 span { border-color: #2788C0; }

 span { border-color: rgb(39,136,192); }

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