Html Css Color HEX #1D3347 Blue Whale

📋 copy color: '#1D3347'

red 29 ◦ green 51 ◦ blue 71

#1D3347
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #1D3347

Tints of Blue Whale #1D3347

RGB

 RED value IS 29 (11.72% from 255) = 19.21%

 GREEN value IS 51 (20.31% from 255) = 33.77%

 BLUE value IS 71 (28.13% from 255) = 47.02%

R = 19.21%
G = 33.77%
B = 47.02%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1D3347 (or 0x1D3347) is known color: Blue Whale. HEX triplet: 1D, 33 and 47. RGB value is (29,51,71). Sum of RGB (Red+Green+Blue) = 29+51+71=151 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.21% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D3347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3347 is #E2CCB8. Grayscale: #2E2E2E. Windows color (decimal): -14863545 or 4666141. OLE color: 4666141.

HSL color Cylindrical-coordinate representation of color #1D3347: hue angle of 208.57º 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 #1D3347 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 29 51 71 -
CMYK 0.59 0.28 0 0.72
HSL 208.57º 0.42% 0.2% -
HSV(B) 208.57º 0.59% 0.28% -
XYZ 2.83 3.08 6.41 -
YUV 46.7 141.71 115.37 -
System Red Green Blue C M Y K H S L
Decimal 29 51 71 0.59 0.28 0 0.72 208.57 0.42 0.2
Hex 1D 33 47 3B 1C 0 48 D1 2A 14
Octal 35 63 107 73 34 0 110 321 52 24
Binary 11101 110011 1000111 111011 11100 0 1001000 11010001 101010 10100

Color Harmonies of #1D3347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3347

Black with #1D3347

Text Example


Text Example

White with #1D3347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D3347;
 }
 .AnyTagClassName
 {
   color: #1D3347;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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