#1D3947

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

Shades of Blue Whale #1D3947

Tints of Blue Whale #1D3947

Color information

#1D3947 (or 0x1D3947) is unknown color: approx Blue Whale. HEX triplet: 1D, 39 and 47. RGB value is (29,57,71). Sum of RGB (Red+Green+Blue) = 29+57+71=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 71 (28.12% from 255 or 45.22% from 157); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D3947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3947 is #E2C6B8. Grayscale: #323232. Windows color (decimal): -14862009 or 4667677. OLE color: 4667677.

HSL color Cylindrical-coordinate representation of color #1D3947: hue angle of 200º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D3947 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB295771-
CMYK0.590.2000.72
HSL200º42%19.61%-
HSV(B)200º59.15%27.84%-
XYZ3.113.646.5-
YUV50.22139.72112.86-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.47%
GREEN value IS 57 (22.66% from 255) = 36.31%
BLUE value IS 71 (28.12% from 255) = 45.22%
R=18.47%
G=36.31%
B=45.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2957710.590.2000.722004219.61
Hex1D39473B14048c82a14
Octal3571107732401103105224
Binary11101111001100011111101110100010010001100100010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,57,71); }

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

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

 a { background-color: rgb(29,57,71); }

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

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

 span { border-color: rgb(29,57,71); }

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