#1C3247

Color #1C3247 Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #1C3247

Tints of Blue Whale #1C3247

Color information

#1C3247 (or 0x1C3247) is unknown color: approx Blue Whale. HEX triplet: 1C, 32 and 47. RGB value is (28,50,71). Sum of RGB (Red+Green+Blue) = 28+50+71=149 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.79% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 71 (28.12% from 255 or 47.65% from 149); Max value from RGB is 71 - color contains mainly: blue. Hex color #1C3247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3247 is #E3CDB8. Grayscale: #2D2D2D. Windows color (decimal): -14929337 or 4665884. OLE color: 4665884.

HSL color Cylindrical-coordinate representation of color #1C3247: hue angle of 209.3º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C3247 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB285071-
CMYK0.610.3000.72
HSL209.3º43.43%19.41%-
HSV(B)209.3º60.56%27.84%-
XYZ2.762.986.39-
YUV45.82142.21115.29-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.79%
GREEN value IS 50 (19.92% from 255) = 33.56%
BLUE value IS 71 (28.12% from 255) = 47.65%
R=18.79%
G=33.56%
B=47.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2850710.610.3000.72209.343.4319.41
Hex1C32473D1E048d12b13
Octal3462107753601103215323
Binary11100110010100011111110111110010010001101000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C3247; }

 p { color: rgb(28,50,71); }

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

<style>
 a { background-color: #1C3247; }

 a { background-color: rgb(28,50,71); }

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

<style>
 span { border-color: #1C3247; }

 span { border-color: rgb(28,50,71); }

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