#22364D

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

Shades of Catalina Blue #22364D

Tints of Catalina Blue #22364D

Color information

#22364D (or 0x22364D) is unknown color: approx Catalina Blue. HEX triplet: 22, 36 and 4D. RGB value is (34,54,77). Sum of RGB (Red+Green+Blue) = 34+54+77=165 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.61% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #22364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22364D is #DDC9B2. Grayscale: #323232. Windows color (decimal): -14535091 or 5060130. OLE color: 5060130.

HSL color Cylindrical-coordinate representation of color #22364D: hue angle of 212.09º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #22364D is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB345477-
CMYK0.560.3000.70
HSL212.09º38.74%21.76%-
HSV(B)212.09º55.84%30.2%-
XYZ3.323.517.52-
YUV50.64142.87116.13-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.61%
GREEN value IS 54 (21.48% from 255) = 32.73%
BLUE value IS 77 (30.47% from 255) = 46.67%
R=20.61%
G=32.73%
B=46.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3454770.560.3000.70212.0938.7421.76
Hex22364D381E046d42716
Octal4266115703601063244726
Binary100010110110100110111100011110010001101101010010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22364D; }

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

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

<style>
 a { background-color: #22364D; }

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

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

<style>
 span { border-color: #22364D; }

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

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