#1D364A

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

Shades of Blue Whale #1D364A

Tints of Blue Whale #1D364A

Color information

#1D364A (or 0x1D364A) is unknown color: approx Blue Whale. HEX triplet: 1D, 36 and 4A. RGB value is (29,54,74). Sum of RGB (Red+Green+Blue) = 29+54+74=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 74 - color contains mainly: blue. Hex color #1D364A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D364A is #E2C9B5. Grayscale: #303030. Windows color (decimal): -14862774 or 4863517. OLE color: 4863517.

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

Color convert

RGB295474-
CMYK0.610.2700.71
HSL206.67º43.69%20.2%-
HSV(B)206.67º60.81%29.02%-
XYZ3.063.396.97-
YUV48.8142.22113.87-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.47%
GREEN value IS 54 (21.48% from 255) = 34.39%
BLUE value IS 74 (29.30% from 255) = 47.13%
R=18.47%
G=34.39%
B=47.13%

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
Decimal2954740.610.2700.71206.6743.6920.2
Hex1D364A3D1B047cf2c14
Octal3566112753301073175424
Binary11101110110100101011110111011010001111100111110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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