#1D355C

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

Shades of Catalina Blue #1D355C

Tints of Catalina Blue #1D355C

Color information

#1D355C (or 0x1D355C) is unknown color: approx Catalina Blue. HEX triplet: 1D, 35 and 5C. RGB value is (29,53,92). Sum of RGB (Red+Green+Blue) = 29+53+92=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #1D355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D355C is #E2CAA3. Grayscale: #323232. Windows color (decimal): -14863012 or 6042909. OLE color: 6042909.

HSL color Cylindrical-coordinate representation of color #1D355C: hue angle of 217.14º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D355C is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB295392-
CMYK0.680.4200.64
HSL217.14º52.07%23.73%-
HSV(B)217.14º68.48%36.08%-
XYZ3.713.5810.62-
YUV50.27151.55112.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.67%
GREEN value IS 53 (21.09% from 255) = 30.46%
BLUE value IS 92 (36.33% from 255) = 52.87%
R=16.67%
G=30.46%
B=52.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2953920.680.4200.64217.1452.0723.73
Hex1D355C442A040d93418
Octal35651341045201003316430
Binary1110111010110111001000100101010010000001101100111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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