#1D3745

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

Shades of Blue Whale #1D3745

Tints of Blue Whale #1D3745

Color information

#1D3745 (or 0x1D3745) is unknown color: approx Blue Whale. HEX triplet: 1D, 37 and 45. RGB value is (29,55,69). Sum of RGB (Red+Green+Blue) = 29+55+69=153 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.95% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 69 (27.34% from 255 or 45.10% from 153); Max value from RGB is 69 - color contains mainly: blue. Hex color #1D3745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3745 is #E2C8BA. Grayscale: #303030. Windows color (decimal): -14862523 or 4536093. OLE color: 4536093.

HSL color Cylindrical-coordinate representation of color #1D3745: hue angle of 201º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1D3745 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB295569-
CMYK0.580.2000.73
HSL201º40.82%19.22%-
HSV(B)201º57.97%27.06%-
XYZ2.953.426.14-
YUV48.82139.39113.86-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.95%
GREEN value IS 55 (21.88% from 255) = 35.95%
BLUE value IS 69 (27.34% from 255) = 45.10%
R=18.95%
G=35.95%
B=45.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2955690.580.2000.7320140.8219.22
Hex1D37453A14049c92913
Octal3567105722401113115123
Binary11101110111100010111101010100010010011100100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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