#1D3859

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

Shades of Catalina Blue #1D3859

Tints of Catalina Blue #1D3859

Color information

#1D3859 (or 0x1D3859) is unknown color: approx Catalina Blue. HEX triplet: 1D, 38 and 59. RGB value is (29,56,89). Sum of RGB (Red+Green+Blue) = 29+56+89=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D3859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3859 is #E2C7A6. Grayscale: #333333. Windows color (decimal): -14862247 or 5847069. OLE color: 5847069.

HSL color Cylindrical-coordinate representation of color #1D3859: hue angle of 213º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D3859 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB295689-
CMYK0.670.3700.65
HSL213º50.85%23.14%-
HSV(B)213º67.42%34.9%-
XYZ3.723.819.99-
YUV51.69149.05111.82-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.67%
GREEN value IS 56 (22.27% from 255) = 32.18%
BLUE value IS 89 (35.16% from 255) = 51.15%
R=16.67%
G=32.18%
B=51.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2956890.670.3700.6521350.8523.14
Hex1D38594325041d53317
Octal35701311034501013256327
Binary1110111100010110011000011100101010000011101010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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