#22365c

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

Shades of Catalina Blue #22365C

Tints of Catalina Blue #22365C

Color information

#22365C (or 0x22365C) is unknown color: approx Catalina Blue. HEX triplet: 22, 36 and 5C. RGB value is (34,54,92). Sum of RGB (Red+Green+Blue) = 34+54+92=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 92 (36.33% from 255 or 51.11% from 180); Max value from RGB is 92 - color contains mainly: blue. Hex color #22365C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22365C is #DDC9A3. Grayscale: #343434. Windows color (decimal): -14535076 or 6043170. OLE color: 6043170.

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

Color convert

RGB345492-
CMYK0.630.4100.64
HSL219.31º46.03%24.71%-
HSV(B)219.31º63.04%36.08%-
XYZ3.913.7510.64-
YUV52.35150.37114.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.89%
GREEN value IS 54 (21.48% from 255) = 30%
BLUE value IS 92 (36.33% from 255) = 51.11%
R=18.89%
G=30%
B=51.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3454920.630.4100.64219.3146.0324.71
Hex22365C3F29040db2e19
Octal4266134775101003335631
Binary1000101101101011100111111101001010000001101101110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22365c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22365c; }

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

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

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

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

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

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

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

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