#1D3843

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

Shades of Blue Whale #1D3843

Tints of Blue Whale #1D3843

Color information

#1D3843 (or 0x1D3843) is unknown color: approx Blue Whale. HEX triplet: 1D, 38 and 43. RGB value is (29,56,67). Sum of RGB (Red+Green+Blue) = 29+56+67=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 67 (26.56% from 255 or 44.08% from 152); Max value from RGB is 67 - color contains mainly: blue. Hex color #1D3843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3843 is #E2C7BC. Grayscale: #313131. Windows color (decimal): -14862269 or 4405277. OLE color: 4405277.

HSL color Cylindrical-coordinate representation of color #1D3843: hue angle of 197.37º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1D3843 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB295667-
CMYK0.570.1600.74
HSL197.37º39.58%18.82%-
HSV(B)197.37º56.72%26.27%-
XYZ2.933.495.83-
YUV49.18138.05113.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.08%
GREEN value IS 56 (22.27% from 255) = 36.84%
BLUE value IS 67 (26.56% from 255) = 44.08%
R=19.08%
G=36.84%
B=44.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2956670.570.1600.74197.3739.5818.82
Hex1D3843391004Ac52813
Octal3570103712001123055023
Binary11101111000100001111100110000010010101100010110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,56,67); }

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

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

 a { background-color: rgb(29,56,67); }

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

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

 span { border-color: rgb(29,56,67); }

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