Html Css Color HEX #22375F Catalina Blue

📋 copy color: '#22375F'

red 34 ◦ green 55 ◦ blue 95

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

Shades of Catalina Blue #22375F

Tints of Catalina Blue #22375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.89%

 BLUE value IS 95 (37.5% from 255) = 51.63%

R = 18.48%
G = 29.89%
B = 51.63%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#22375F (or 0x22375F) is known color: Catalina Blue. HEX triplet: 22, 37 and 5F. RGB value is (34,55,95). Sum of RGB (Red+Green+Blue) = 34+55+95=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 95 (37.5% from 255 or 51.63% from 184); Max value from RGB is 95 - color contains mainly: blue. Hex color #22375F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22375F is #DDC8A0. Grayscale: #353535. Windows color (decimal): -14534817 or 6240034. OLE color: 6240034.

HSL color Cylindrical-coordinate representation of color #22375F: hue angle of 219.34º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #22375F is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 34 55 95 -
CMYK 0.64 0.42 0 0.63
HSL 219.34º 0.47% 0.25% -
HSV(B) 219.34º 0.64% 0.37% -
XYZ 4.09 3.9 11.36 -
YUV 53.28 151.54 114.25 -
System Red Green Blue C M Y K H S L
Decimal 34 55 95 0.64 0.42 0 0.63 219.34 0.47 0.25
Hex 22 37 5F 40 2A 0 3F DB 2F 19
Octal 42 67 137 100 52 0 77 333 57 31
Binary 100010 110111 1011111 1000000 101010 0 111111 11011011 101111 11001

Color Harmonies of #22375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22375F

Black with #22375F

Text Example


Text Example

White with #22375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22375F; }

 p { color: rgb(34,55,95); }

 H1.HeaderClassName
 {
   color: #22375F;
 }
 .AnyTagClassName
 {
   color: #22375F;
 }
</style>

background-color css

<style>
 a { background-color: #22375F; }

 a { background-color: rgb(34,55,95); }

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

border-color css

<style>
 span { border-color: #22375F; }

 span { border-color: rgb(34,55,95); }

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