#1D333F

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

Shades of Blue Whale #1D333F

Tints of Blue Whale #1D333F

Color information

#1D333F (or 0x1D333F) is unknown color: approx Blue Whale. HEX triplet: 1D, 33 and 3F. RGB value is (29,51,63). Sum of RGB (Red+Green+Blue) = 29+51+63=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 63 - color contains mainly: blue. Hex color #1D333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D333F is #E2CCC0. Grayscale: #2D2D2D. Windows color (decimal): -14863553 or 4141853. OLE color: 4141853.

HSL color Cylindrical-coordinate representation of color #1D333F: hue angle of 201.18º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1D333F is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB295163-
CMYK0.540.1900.75
HSL201.18º36.96%18.04%-
HSV(B)201.18º53.97%24.71%-
XYZ2.592.995.14-
YUV45.79137.71116.02-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.28%
GREEN value IS 51 (20.31% from 255) = 35.66%
BLUE value IS 63 (25% from 255) = 44.06%
R=20.28%
G=35.66%
B=44.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2951630.540.1900.75201.1836.9618.04
Hex1D333F361304Bc92512
Octal356377662301133114522
Binary1110111001111111111011010011010010111100100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,51,63); }

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

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

 a { background-color: rgb(29,51,63); }

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

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

 span { border-color: rgb(29,51,63); }

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