#223561

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

Shades of Catalina Blue #223561

Tints of Catalina Blue #223561

Color information

#223561 (or 0x223561) is unknown color: approx Catalina Blue. HEX triplet: 22, 35 and 61. RGB value is (34,53,97). Sum of RGB (Red+Green+Blue) = 34+53+97=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 97 (38.28% from 255 or 52.72% from 184); Max value from RGB is 97 - color contains mainly: blue. Hex color #223561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223561 is #DDCA9E. Grayscale: #343434. Windows color (decimal): -14535327 or 6370594. OLE color: 6370594.

HSL color Cylindrical-coordinate representation of color #223561: hue angle of 221.9º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #223561 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB345397-
CMYK0.650.4500.62
HSL221.9º48.09%25.69%-
HSV(B)221.9º64.95%38.04%-
XYZ4.093.7511.82-
YUV52.34153.21114.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.48%
GREEN value IS 53 (21.09% from 255) = 28.80%
BLUE value IS 97 (38.28% from 255) = 52.72%
R=18.48%
G=28.80%
B=52.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3453970.650.4500.62221.948.0925.69
Hex223561412D03Ede301a
Octal4265141101550763366032
Binary1000101101011100001100000110110101111101101111011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223561; }

 p { color: rgb(34,53,97); }

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

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

 a { background-color: rgb(34,53,97); }

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

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

 span { border-color: rgb(34,53,97); }

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