#22335F

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

Shades of Catalina Blue #22335F

Tints of Catalina Blue #22335F

Color information

#22335F (or 0x22335F) is unknown color: approx Catalina Blue. HEX triplet: 22, 33 and 5F. RGB value is (34,51,95). Sum of RGB (Red+Green+Blue) = 34+51+95=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 95 (37.5% from 255 or 52.78% from 180); Max value from RGB is 95 - color contains mainly: blue. Hex color #22335F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22335F is #DDCCA0. Grayscale: #323232. Windows color (decimal): -14535841 or 6239010. OLE color: 6239010.

HSL color Cylindrical-coordinate representation of color #22335F: hue angle of 223.28º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #22335F is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB345195-
CMYK0.640.4600.63
HSL223.28º47.29%25.29%-
HSV(B)223.28º64.21%37.25%-
XYZ3.913.5311.3-
YUV50.93152.87115.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.89%
GREEN value IS 51 (20.31% from 255) = 28.33%
BLUE value IS 95 (37.5% from 255) = 52.78%
R=18.89%
G=28.33%
B=52.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3451950.640.4600.63223.2847.2925.29
Hex22335F402E03Fdf2f19
Octal4263137100560773375731
Binary1000101100111011111100000010111001111111101111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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