Html Css Color HEX #1D3747 Blue Whale

📋 copy color: '#1D3747'

red 29 ◦ green 55 ◦ blue 71

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

Shades of Blue Whale #1D3747

Tints of Blue Whale #1D3747

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.48%

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

R = 18.71%
G = 35.48%
B = 45.81%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1D3747 (or 0x1D3747) is known color: Blue Whale. HEX triplet: 1D, 37 and 47. RGB value is (29,55,71). Sum of RGB (Red+Green+Blue) = 29+55+71=155 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.71% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D3747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3747 is #E2C8B8. Grayscale: #303030. Windows color (decimal): -14862521 or 4667165. OLE color: 4667165.

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

Color convert

RGB 29 55 71 -
CMYK 0.59 0.23 0 0.72
HSL 202.86º 0.42% 0.2% -
HSV(B) 202.86º 0.59% 0.28% -
XYZ 3.01 3.45 6.47 -
YUV 49.05 140.39 113.7 -
System Red Green Blue C M Y K H S L
Decimal 29 55 71 0.59 0.23 0 0.72 202.86 0.42 0.2
Hex 1D 37 47 3B 17 0 48 CB 2A 14
Octal 35 67 107 73 27 0 110 313 52 24
Binary 11101 110111 1000111 111011 10111 0 1001000 11001011 101010 10100

Color Harmonies of #1D3747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3747

Black with #1D3747

Text Example


Text Example

White with #1D3747

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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