#1D384B

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

Shades of Blue Whale #1D384B

Tints of Blue Whale #1D384B

Color information

#1D384B (or 0x1D384B) is unknown color: approx Blue Whale. HEX triplet: 1D, 38 and 4B. RGB value is (29,56,75). Sum of RGB (Red+Green+Blue) = 29+56+75=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 75 - color contains mainly: blue. Hex color #1D384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D384B is #E2C7B4. Grayscale: #313131. Windows color (decimal): -14862261 or 4929565. OLE color: 4929565.

HSL color Cylindrical-coordinate representation of color #1D384B: hue angle of 204.78º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D384B is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB295675-
CMYK0.610.2500.71
HSL204.78º44.23%20.39%-
HSV(B)204.78º61.33%29.41%-
XYZ3.193.67.18-
YUV50.09142.05112.96-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.12%
GREEN value IS 56 (22.27% from 255) = 35%
BLUE value IS 75 (29.69% from 255) = 46.88%
R=18.12%
G=35%
B=46.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2956750.610.2500.71204.7844.2320.39
Hex1D384B3D19047cd2c14
Octal3570113753101073155424
Binary11101111000100101111110111001010001111100110110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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