#1C3565

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

Shades of Catalina Blue #1C3565

Tints of Catalina Blue #1C3565

Color information

#1C3565 (or 0x1C3565) is unknown color: approx Catalina Blue. HEX triplet: 1C, 35 and 65. RGB value is (28,53,101). Sum of RGB (Red+Green+Blue) = 28+53+101=182 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.38% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 101 (39.84% from 255 or 55.49% from 182); Max value from RGB is 101 - color contains mainly: blue. Hex color #1C3565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3565 is #E3CA9A. Grayscale: #323232. Windows color (decimal): -14928539 or 6632732. OLE color: 6632732.

HSL color Cylindrical-coordinate representation of color #1C3565: hue angle of 219.45º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C3565 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2853101-
CMYK0.720.4800.60
HSL219.45º56.59%25.29%-
HSV(B)219.45º72.28%39.61%-
XYZ4.13.7312.82-
YUV51156.22111.6-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.38%
GREEN value IS 53 (21.09% from 255) = 29.12%
BLUE value IS 101 (39.84% from 255) = 55.49%
R=15.38%
G=29.12%
B=55.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal28531010.720.4800.60219.4556.5925.29
Hex1C3565483003Cdb3919
Octal3465145110600743337131
Binary111001101011100101100100011000001111001101101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,53,101); }

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

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

 a { background-color: rgb(28,53,101); }

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

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

 span { border-color: rgb(28,53,101); }

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