#223557

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

Shades of Catalina Blue #223557

Tints of Catalina Blue #223557

Color information

#223557 (or 0x223557) is unknown color: approx Catalina Blue. HEX triplet: 22, 35 and 57. RGB value is (34,53,87). Sum of RGB (Red+Green+Blue) = 34+53+87=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #223557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223557 is #DDCAA8. Grayscale: #333333. Windows color (decimal): -14535337 or 5715234. OLE color: 5715234.

HSL color Cylindrical-coordinate representation of color #223557: hue angle of 218.49º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #223557 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB345387-
CMYK0.610.3900.66
HSL218.49º43.8%23.73%-
HSV(B)218.49º60.92%34.12%-
XYZ3.653.579.51-
YUV51.2148.21115.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.54%
GREEN value IS 53 (21.09% from 255) = 30.46%
BLUE value IS 87 (34.38% from 255) = 50%
R=19.54%
G=30.46%
B=50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3453870.610.3900.66218.4943.823.73
Hex2235573D27042da2c18
Octal4265127754701023325430
Binary1000101101011010111111101100111010000101101101010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223557; }

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

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

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

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

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

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

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

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