Html Css Color HEX #22375A Catalina Blue

📋 copy color: '#22375A'

red 34 ◦ green 55 ◦ blue 90

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

Shades of Catalina Blue #22375A

Tints of Catalina Blue #22375A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 50.28%

R = 18.99%
G = 30.73%
B = 50.28%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#22375A (or 0x22375A) is known color: Catalina Blue. HEX triplet: 22, 37 and 5A. RGB value is (34,55,90). Sum of RGB (Red+Green+Blue) = 34+55+90=179 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.99% from 179); Green value is 55 (21.88% from 255 or 30.73% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #22375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22375A is #DDC8A5. Grayscale: #343434. Windows color (decimal): -14534822 or 5912354. OLE color: 5912354.

HSL color Cylindrical-coordinate representation of color #22375A: hue angle of 217.5º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #22375A is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 34 55 90 -
CMYK 0.62 0.39 0 0.65
HSL 217.5º 0.45% 0.24% -
HSV(B) 217.5º 0.62% 0.35% -
XYZ 3.87 3.81 10.2 -
YUV 52.71 149.04 114.65 -
System Red Green Blue C M Y K H S L
Decimal 34 55 90 0.62 0.39 0 0.65 217.5 0.45 0.24
Hex 22 37 5A 3E 27 0 41 DA 2D 18
Octal 42 67 132 76 47 0 101 332 55 30
Binary 100010 110111 1011010 111110 100111 0 1000001 11011010 101101 11000

Color Harmonies of #22375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22375A

Black with #22375A

Text Example


Text Example

White with #22375A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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