#1D355A

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

Shades of Catalina Blue #1D355A

Tints of Catalina Blue #1D355A

Color information

#1D355A (or 0x1D355A) is unknown color: approx Catalina Blue. HEX triplet: 1D, 35 and 5A. RGB value is (29,53,90). Sum of RGB (Red+Green+Blue) = 29+53+90=172 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.86% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D355A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D355A is #E2CAA5. Grayscale: #313131. Windows color (decimal): -14863014 or 5911837. OLE color: 5911837.

HSL color Cylindrical-coordinate representation of color #1D355A: hue angle of 216.39º 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 #1D355A is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB295390-
CMYK0.680.4100.65
HSL216.39º51.26%23.33%-
HSV(B)216.39º67.78%35.29%-
XYZ3.633.5510.17-
YUV50.04150.55112.99-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.86%
GREEN value IS 53 (21.09% from 255) = 30.81%
BLUE value IS 90 (35.55% from 255) = 52.33%
R=16.86%
G=30.81%
B=52.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2953900.680.4100.65216.3951.2623.33
Hex1D355A4429041d83317
Octal35651321045101013306327
Binary1110111010110110101000100101001010000011101100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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