#1D354B

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

Shades of Blue Whale #1D354B

Tints of Blue Whale #1D354B

Color information

#1D354B (or 0x1D354B) is unknown color: approx Blue Whale. HEX triplet: 1D, 35 and 4B. RGB value is (29,53,75). Sum of RGB (Red+Green+Blue) = 29+53+75=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #1D354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D354B is #E2CAB4. Grayscale: #303030. Windows color (decimal): -14863029 or 4928797. OLE color: 4928797.

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

Color convert

RGB295375-
CMYK0.610.2900.71
HSL208.7º44.23%20.39%-
HSV(B)208.7º61.33%29.41%-
XYZ3.053.327.14-
YUV48.33143.05114.21-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.47%
GREEN value IS 53 (21.09% from 255) = 33.76%
BLUE value IS 75 (29.69% from 255) = 47.77%
R=18.47%
G=33.76%
B=47.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2953750.610.2900.71208.744.2320.39
Hex1D354B3D1D047d12c14
Octal3565113753501073215424
Binary11101110101100101111110111101010001111101000110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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