#1C3547

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

Shades of Blue Whale #1C3547

Tints of Blue Whale #1C3547

Color information

#1C3547 (or 0x1C3547) is unknown color: approx Blue Whale. HEX triplet: 1C, 35 and 47. RGB value is (28,53,71). Sum of RGB (Red+Green+Blue) = 28+53+71=152 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.42% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 71 - color contains mainly: blue. Hex color #1C3547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3547 is #E3CAB8. Grayscale: #2F2F2F. Windows color (decimal): -14928569 or 4666652. OLE color: 4666652.

HSL color Cylindrical-coordinate representation of color #1C3547: hue angle of 205.12º 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 #1C3547 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB285371-
CMYK0.610.2500.72
HSL205.12º43.43%19.41%-
HSV(B)205.12º60.56%27.84%-
XYZ2.893.256.44-
YUV47.58141.22114.04-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.42%
GREEN value IS 53 (21.09% from 255) = 34.87%
BLUE value IS 71 (28.12% from 255) = 46.71%
R=18.42%
G=34.87%
B=46.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2853710.610.2500.72205.1243.4319.41
Hex1C35473D19048cd2b13
Octal3465107753101103155323
Binary11100110101100011111110111001010010001100110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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