#22375C

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

Shades of Catalina Blue #22375C

Tints of Catalina Blue #22375C

Color information

#22375C (or 0x22375C) is unknown color: approx Catalina Blue. HEX triplet: 22, 37 and 5C. RGB value is (34,55,92). Sum of RGB (Red+Green+Blue) = 34+55+92=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #22375C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22375C is #DDC8A3. Grayscale: #343434. Windows color (decimal): -14534820 or 6043426. OLE color: 6043426.

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

Color convert

RGB345592-
CMYK0.630.4000.64
HSL218.28º46.03%24.71%-
HSV(B)218.28º63.04%36.08%-
XYZ3.963.8510.66-
YUV52.94150.04114.49-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.78%
GREEN value IS 55 (21.88% from 255) = 30.39%
BLUE value IS 92 (36.33% from 255) = 50.83%
R=18.78%
G=30.39%
B=50.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3455920.630.4000.64218.2846.0324.71
Hex22375C3F28040da2e19
Octal4267134775001003325631
Binary1000101101111011100111111101000010000001101101010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22375C; }

 p { color: rgb(34,55,92); }

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

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

 a { background-color: rgb(34,55,92); }

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

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

 span { border-color: rgb(34,55,92); }

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