Html Css Color HEX #22396B Catalina Blue

📋 copy color: '#22396B'

red 34 ◦ green 57 ◦ blue 107

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

Shades of Catalina Blue #22396B

Tints of Catalina Blue #22396B

RGB

 RED value IS 34 (13.67% from 255) = 17.17%

 GREEN value IS 57 (22.66% from 255) = 28.79%

 BLUE value IS 107 (42.19% from 255) = 54.04%

R = 17.17%
G = 28.79%
B = 54.04%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#22396B (or 0x22396B) is known color: Catalina Blue. HEX triplet: 22, 39 and 6B. RGB value is (34,57,107). Sum of RGB (Red+Green+Blue) = 34+57+107=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 107 (42.19% from 255 or 54.04% from 198); Max value from RGB is 107 - color contains mainly: blue. Hex color #22396B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22396B is #DDC694. Grayscale: #373737. Windows color (decimal): -14534293 or 7026978. OLE color: 7026978.

HSL color Cylindrical-coordinate representation of color #22396B: hue angle of 221.1º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #22396B is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 34 57 107 -
CMYK 0.68 0.47 0 0.58
HSL 221.1º 0.52% 0.28% -
HSV(B) 221.1º 0.68% 0.42% -
XYZ 4.78 4.33 14.49 -
YUV 55.82 156.88 112.43 -
System Red Green Blue C M Y K H S L
Decimal 34 57 107 0.68 0.47 0 0.58 221.1 0.52 0.28
Hex 22 39 6B 44 2F 0 3A DD 34 1C
Octal 42 71 153 104 57 0 72 335 64 34
Binary 100010 111001 1101011 1000100 101111 0 111010 11011101 110100 11100

Color Harmonies of #22396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22396B

Black with #22396B

Text Example


Text Example

White with #22396B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22396B; }

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

 H1.HeaderClassName
 {
   color: #22396B;
 }
 .AnyTagClassName
 {
   color: #22396B;
 }
</style>

background-color css

<style>
 a { background-color: #22396B; }

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

 div.DivClassName
 {
   background-color: #22396B;
 }
 .BgClassName
 {
   background-color: #22396B;
 }
</style>

border-color css

<style>
 span { border-color: #22396B; }

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

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