#22395C

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

Shades of Catalina Blue #22395C

Tints of Catalina Blue #22395C

Color information

#22395C (or 0x22395C) is unknown color: approx Catalina Blue. HEX triplet: 22, 39 and 5C. RGB value is (34,57,92). Sum of RGB (Red+Green+Blue) = 34+57+92=183 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.58% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #22395C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22395C is #DDC6A3. Grayscale: #353535. Windows color (decimal): -14534308 or 6043938. OLE color: 6043938.

HSL color Cylindrical-coordinate representation of color #22395C: hue angle of 216.21º 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 #22395C is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB345792-
CMYK0.630.3800.64
HSL216.21º46.03%24.71%-
HSV(B)216.21º63.04%36.08%-
XYZ4.054.0410.69-
YUV54.11149.38113.65-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.58%
GREEN value IS 57 (22.66% from 255) = 31.15%
BLUE value IS 92 (36.33% from 255) = 50.27%
R=18.58%
G=31.15%
B=50.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3457920.630.3800.64216.2146.0324.71
Hex22395C3F26040d82e19
Octal4271134774601003305631
Binary1000101110011011100111111100110010000001101100010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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