#1D374B

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

Shades of Blue Whale #1D374B

Tints of Blue Whale #1D374B

Color information

#1D374B (or 0x1D374B) is unknown color: approx Blue Whale. HEX triplet: 1D, 37 and 4B. RGB value is (29,55,75). Sum of RGB (Red+Green+Blue) = 29+55+75=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 75 (29.69% from 255 or 47.17% from 159); Max value from RGB is 75 - color contains mainly: blue. Hex color #1D374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D374B is #E2C8B4. Grayscale: #313131. Windows color (decimal): -14862517 or 4929309. OLE color: 4929309.

HSL color Cylindrical-coordinate representation of color #1D374B: hue angle of 206.09º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D374B is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB295575-
CMYK0.610.2700.71
HSL206.09º44.23%20.39%-
HSV(B)206.09º61.33%29.41%-
XYZ3.143.57.17-
YUV49.51142.39113.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.24%
GREEN value IS 55 (21.88% from 255) = 34.59%
BLUE value IS 75 (29.69% from 255) = 47.17%
R=18.24%
G=34.59%
B=47.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2955750.610.2700.71206.0944.2320.39
Hex1D374B3D1B047ce2c14
Octal3567113753301073165424
Binary11101110111100101111110111011010001111100111010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,55,75); }

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

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

 a { background-color: rgb(29,55,75); }

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

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

 span { border-color: rgb(29,55,75); }

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