Html Css Color HEX #22396C Catalina Blue

📋 copy color: '#22396C'

red 34 ◦ green 57 ◦ blue 108

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

Shades of Catalina Blue #22396C

Tints of Catalina Blue #22396C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 54.27%

R = 17.09%
G = 28.64%
B = 54.27%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#22396C (or 0x22396C) is known color: Catalina Blue. HEX triplet: 22, 39 and 6C. RGB value is (34,57,108). Sum of RGB (Red+Green+Blue) = 34+57+108=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #22396C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22396C is #DDC693. Grayscale: #373737. Windows color (decimal): -14534292 or 7092514. OLE color: 7092514.

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

Color convert

RGB 34 57 108 -
CMYK 0.69 0.47 0 0.58
HSL 221.35º 0.52% 0.28% -
HSV(B) 221.35º 0.69% 0.42% -
XYZ 4.83 4.35 14.77 -
YUV 55.94 157.38 112.35 -
System Red Green Blue C M Y K H S L
Decimal 34 57 108 0.69 0.47 0 0.58 221.35 0.52 0.28
Hex 22 39 6C 45 2F 0 3A DD 34 1C
Octal 42 71 154 105 57 0 72 335 64 34
Binary 100010 111001 1101100 1000101 101111 0 111010 11011101 110100 11100

Color Harmonies of #22396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22396C

Black with #22396C

Text Example


Text Example

White with #22396C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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