#223550

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

Shades of Catalina Blue #223550

Tints of Catalina Blue #223550

Color information

#223550 (or 0x223550) is unknown color: approx Catalina Blue. HEX triplet: 22, 35 and 50. RGB value is (34,53,80). Sum of RGB (Red+Green+Blue) = 34+53+80=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #223550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223550 is #DDCAAF. Grayscale: #323232. Windows color (decimal): -14535344 or 5256482. OLE color: 5256482.

HSL color Cylindrical-coordinate representation of color #223550: hue angle of 215.22º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #223550 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB345380-
CMYK0.580.3400.69
HSL215.22º40.35%22.35%-
HSV(B)215.22º57.5%31.37%-
XYZ3.383.478.08-
YUV50.4144.71116.3-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.36%
GREEN value IS 53 (21.09% from 255) = 31.74%
BLUE value IS 80 (31.64% from 255) = 47.90%
R=20.36%
G=31.74%
B=47.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3453800.580.3400.69215.2240.3522.35
Hex2235503A22045d72816
Octal4265120724201053275026
Binary1000101101011010000111010100010010001011101011110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223550; }

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

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

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

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

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

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

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

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