#2477B8

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

Shades of Curious Blue #2477B8

Tints of Curious Blue #2477B8

Color information

#2477B8 (or 0x2477B8) is unknown color: approx Curious Blue. HEX triplet: 24, 77 and B8. RGB value is (36,119,184). Sum of RGB (Red+Green+Blue) = 36+119+184=339 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.62% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 184 (72.27% from 255 or 54.28% from 339); Max value from RGB is 184 - color contains mainly: blue. Hex color #2477B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2477B8 is #DB8847. Grayscale: #656565. Windows color (decimal): -14387272 or 12089124. OLE color: 12089124.

HSL color Cylindrical-coordinate representation of color #2477B8: hue angle of 206.35º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2477B8 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB36119184-
CMYK0.800.3500.28
HSL206.35º67.27%43.14%-
HSV(B)206.35º80.43%72.16%-
XYZ15.9817.0347.79-
YUV101.59174.581.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.62%
GREEN value IS 119 (46.88% from 255) = 35.10%
BLUE value IS 184 (72.27% from 255) = 54.28%
R=10.62%
G=35.10%
B=54.28%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal361191840.800.3500.28206.3567.2743.14
Hex2477B8502301Cce432b
Octal441672701204303431610353
Binary1001001110111101110001010000100011011100110011101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2477B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2477B8; }

 p { color: rgb(36,119,184); }

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

<style>
 a { background-color: #2477B8; }

 a { background-color: rgb(36,119,184); }

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

<style>
 span { border-color: #2477B8; }

 span { border-color: rgb(36,119,184); }

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