#1D3456

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

Shades of Catalina Blue #1D3456

Tints of Catalina Blue #1D3456

Color information

#1D3456 (or 0x1D3456) is unknown color: approx Catalina Blue. HEX triplet: 1D, 34 and 56. RGB value is (29,52,86). Sum of RGB (Red+Green+Blue) = 29+52+86=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #1D3456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3456 is #E2CBA9. Grayscale: #303030. Windows color (decimal): -14863274 or 5649437. OLE color: 5649437.

HSL color Cylindrical-coordinate representation of color #1D3456: hue angle of 215.79º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D3456 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB295286-
CMYK0.660.4000.66
HSL215.79º49.57%22.55%-
HSV(B)215.79º66.28%33.73%-
XYZ3.413.399.28-
YUV49148.88113.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.37%
GREEN value IS 52 (20.70% from 255) = 31.14%
BLUE value IS 86 (33.98% from 255) = 51.50%
R=17.37%
G=31.14%
B=51.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2952860.660.4000.66215.7949.5722.55
Hex1D34564228042d83217
Octal35641261025001023306227
Binary1110111010010101101000010101000010000101101100011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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