#22335A

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

Shades of Catalina Blue #22335A

Tints of Catalina Blue #22335A

Color information

#22335A (or 0x22335A) is unknown color: approx Catalina Blue. HEX triplet: 22, 33 and 5A. RGB value is (34,51,90). Sum of RGB (Red+Green+Blue) = 34+51+90=175 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.43% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #22335A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22335A is #DDCCA5. Grayscale: #323232. Windows color (decimal): -14535846 or 5911330. OLE color: 5911330.

HSL color Cylindrical-coordinate representation of color #22335A: hue angle of 221.79º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #22335A is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB345190-
CMYK0.620.4300.65
HSL221.79º45.16%24.31%-
HSV(B)221.79º62.22%35.29%-
XYZ3.693.4510.14-
YUV50.36150.37116.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.43%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 90 (35.55% from 255) = 51.43%
R=19.43%
G=29.14%
B=51.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3451900.620.4300.65221.7945.1624.31
Hex22335A3E2B041de2d18
Octal4263132765301013365530
Binary1000101100111011010111110101011010000011101111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22335A; }

 p { color: rgb(34,51,90); }

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

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

 a { background-color: rgb(34,51,90); }

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

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

 span { border-color: rgb(34,51,90); }

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