Html Css Color HEX #22325D Catalina Blue

📋 copy color: '#22325D'

red 34 ◦ green 50 ◦ blue 93

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

Shades of Catalina Blue #22325D

Tints of Catalina Blue #22325D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.25%

 BLUE value IS 93 (36.72% from 255) = 52.54%

R = 19.21%
G = 28.25%
B = 52.54%

CMYK

 C value IS 0.63

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#22325D (or 0x22325D) is known color: Catalina Blue. HEX triplet: 22, 32 and 5D. RGB value is (34,50,93). Sum of RGB (Red+Green+Blue) = 34+50+93=177 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.21% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #22325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22325D is #DDCDA2. Grayscale: #313131. Windows color (decimal): -14536099 or 6107682. OLE color: 6107682.

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

Color convert

RGB 34 50 93 -
CMYK 0.63 0.46 0 0.64
HSL 223.73º 0.46% 0.25% -
HSV(B) 223.73º 0.63% 0.36% -
XYZ 3.78 3.41 10.82 -
YUV 50.12 152.2 116.5 -
System Red Green Blue C M Y K H S L
Decimal 34 50 93 0.63 0.46 0 0.64 223.73 0.46 0.25
Hex 22 32 5D 3F 2E 0 40 E0 2E 19
Octal 42 62 135 77 56 0 100 340 56 31
Binary 100010 110010 1011101 111111 101110 0 1000000 11100000 101110 11001

Color Harmonies of #22325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22325D

Black with #22325D

Text Example


Text Example

White with #22325D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,50,93); }

 H1.HeaderClassName
 {
   color: #22325D;
 }
 .AnyTagClassName
 {
   color: #22325D;
 }
</style>

background-color css

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

 a { background-color: rgb(34,50,93); }

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

border-color css

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

 span { border-color: rgb(34,50,93); }

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