Html Css Color HEX #22364D Catalina Blue

📋 copy color: '#22364D'

red 34 ◦ green 54 ◦ blue 77

#22364D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #22364D

Tints of Catalina Blue #22364D

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 value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#22364D (or 0x22364D) is known color: 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

RGB 34 54 77 -
CMYK 0.56 0.30 0 0.70
HSL 212.09º 0.39% 0.22% -
HSV(B) 212.09º 0.56% 0.3% -
XYZ 3.32 3.51 7.52 -
YUV 50.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 34 54 77 0.56 0.30 0 0.70 212.09 0.39 0.22
Hex 22 36 4D 38 1E 0 46 D4 27 16
Octal 42 66 115 70 36 0 106 324 47 26
Binary 100010 110110 1001101 111000 11110 0 1000110 11010100 100111 10110

Color Harmonies of #22364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22364D

Black with #22364D

Text Example


Text Example

White with #22364D

Text Example


Text Example

HTML Codes & Css Web 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>