#223455

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

Shades of Catalina Blue #223455

Tints of Catalina Blue #223455

Color information

#223455 (or 0x223455) is unknown color: approx Catalina Blue. HEX triplet: 22, 34 and 55. RGB value is (34,52,85). Sum of RGB (Red+Green+Blue) = 34+52+85=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #223455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223455 is #DDCBAA. Grayscale: #323232. Windows color (decimal): -14535595 or 5583906. OLE color: 5583906.

HSL color Cylindrical-coordinate representation of color #223455: hue angle of 218.82º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #223455 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB345285-
CMYK0.600.3900.67
HSL218.82º42.86%23.33%-
HSV(B)218.82º60%33.33%-
XYZ3.533.459.07-
YUV50.38147.54116.32-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.88%
GREEN value IS 52 (20.70% from 255) = 30.41%
BLUE value IS 85 (33.59% from 255) = 49.71%
R=19.88%
G=30.41%
B=49.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3452850.600.3900.67218.8242.8623.33
Hex2234553C27043db2b17
Octal4264125744701033335327
Binary1000101101001010101111100100111010000111101101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223455; }

 p { color: rgb(34,52,85); }

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

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

 a { background-color: rgb(34,52,85); }

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

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

 span { border-color: rgb(34,52,85); }

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