#1D335A

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

Shades of Catalina Blue #1D335A

Tints of Catalina Blue #1D335A

Color information

#1D335A (or 0x1D335A) is unknown color: approx Catalina Blue. HEX triplet: 1D, 33 and 5A. RGB value is (29,51,90). Sum of RGB (Red+Green+Blue) = 29+51+90=170 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.06% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D335A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D335A is #E2CCA5. Grayscale: #303030. Windows color (decimal): -14863526 or 5911325. OLE color: 5911325.

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

Color convert

RGB295190-
CMYK0.680.4300.65
HSL218.36º51.26%23.33%-
HSV(B)218.36º67.78%35.29%-
XYZ3.543.3710.14-
YUV48.87151.21113.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.06%
GREEN value IS 51 (20.31% from 255) = 30%
BLUE value IS 90 (35.55% from 255) = 52.94%
R=17.06%
G=30%
B=52.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2951900.680.4300.65218.3651.2623.33
Hex1D335A442B041da3317
Octal35631321045301013326327
Binary1110111001110110101000100101011010000011101101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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