#1D364D

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

Shades of Blue Whale #1D364D

Tints of Blue Whale #1D364D

Color information

#1D364D (or 0x1D364D) is unknown color: approx Blue Whale. HEX triplet: 1D, 36 and 4D. RGB value is (29,54,77). Sum of RGB (Red+Green+Blue) = 29+54+77=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D364D is #E2C9B2. Grayscale: #313131. Windows color (decimal): -14862771 or 5060125. OLE color: 5060125.

HSL color Cylindrical-coordinate representation of color #1D364D: hue angle of 208.75º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D364D is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB295477-
CMYK0.620.3000.70
HSL208.75º45.28%20.78%-
HSV(B)208.75º62.34%30.2%-
XYZ3.173.447.52-
YUV49.15143.72113.63-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.12%
GREEN value IS 54 (21.48% from 255) = 33.75%
BLUE value IS 77 (30.47% from 255) = 48.12%
R=18.12%
G=33.75%
B=48.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2954770.620.3000.70208.7545.2820.78
Hex1D364D3E1E046d12d15
Octal3566115763601063215525
Binary11101110110100110111111011110010001101101000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,54,77); }

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

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

 a { background-color: rgb(29,54,77); }

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

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

 span { border-color: rgb(29,54,77); }

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