#1D3555

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

Shades of Catalina Blue #1D3555

Tints of Catalina Blue #1D3555

Color information

#1D3555 (or 0x1D3555) is unknown color: approx Catalina Blue. HEX triplet: 1D, 35 and 55. RGB value is (29,53,85). Sum of RGB (Red+Green+Blue) = 29+53+85=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #1D3555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3555 is #E2CAAA. Grayscale: #313131. Windows color (decimal): -14863019 or 5584157. OLE color: 5584157.

HSL color Cylindrical-coordinate representation of color #1D3555: hue angle of 214.29º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D3555 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB295385-
CMYK0.660.3800.67
HSL214.29º49.12%22.35%-
HSV(B)214.29º65.88%33.33%-
XYZ3.423.469.08-
YUV49.47148.05113.4-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.37%
GREEN value IS 53 (21.09% from 255) = 31.74%
BLUE value IS 85 (33.59% from 255) = 50.90%
R=17.37%
G=31.74%
B=50.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2953850.660.3800.67214.2949.1222.35
Hex1D35554226043d63116
Octal35651251024601033266126
Binary1110111010110101011000010100110010000111101011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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