#1D3448

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

Shades of Blue Whale #1D3448

Tints of Blue Whale #1D3448

Color information

#1D3448 (or 0x1D3448) is unknown color: approx Blue Whale. HEX triplet: 1D, 34 and 48. RGB value is (29,52,72). Sum of RGB (Red+Green+Blue) = 29+52+72=153 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.95% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 72 - color contains mainly: blue. Hex color #1D3448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3448 is #E2CBB7. Grayscale: #2F2F2F. Windows color (decimal): -14863288 or 4731933. OLE color: 4731933.

HSL color Cylindrical-coordinate representation of color #1D3448: hue angle of 207.91º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D3448 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB295272-
CMYK0.600.2800.72
HSL207.91º42.57%19.8%-
HSV(B)207.91º59.72%28.24%-
XYZ2.93.196.59-
YUV47.4141.88114.87-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.95%
GREEN value IS 52 (20.70% from 255) = 33.99%
BLUE value IS 72 (28.52% from 255) = 47.06%
R=18.95%
G=33.99%
B=47.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2952720.600.2800.72207.9142.5719.8
Hex1D34483C1C048d02b14
Octal3564110743401103205324
Binary11101110100100100011110011100010010001101000010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,52,72); }

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

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

 a { background-color: rgb(29,52,72); }

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

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

 span { border-color: rgb(29,52,72); }

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