Html Css Color HEX #22375B Catalina Blue

📋 copy color: '#22375B'

red 34 ◦ green 55 ◦ blue 91

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

Shades of Catalina Blue #22375B

Tints of Catalina Blue #22375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 50.56%

R = 18.89%
G = 30.56%
B = 50.56%

CMYK

 C value IS 0.63

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#22375B (or 0x22375B) is known color: Catalina Blue. HEX triplet: 22, 37 and 5B. RGB value is (34,55,91). Sum of RGB (Red+Green+Blue) = 34+55+91=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #22375B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22375B is #DDC8A4. Grayscale: #343434. Windows color (decimal): -14534821 or 5977890. OLE color: 5977890.

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

Color convert

RGB 34 55 91 -
CMYK 0.63 0.40 0 0.64
HSL 217.89º 0.46% 0.25% -
HSV(B) 217.89º 0.63% 0.36% -
XYZ 3.91 3.83 10.43 -
YUV 52.83 149.54 114.57 -
System Red Green Blue C M Y K H S L
Decimal 34 55 91 0.63 0.40 0 0.64 217.89 0.46 0.25
Hex 22 37 5B 3F 28 0 40 DA 2E 19
Octal 42 67 133 77 50 0 100 332 56 31
Binary 100010 110111 1011011 111111 101000 0 1000000 11011010 101110 11001

Color Harmonies of #22375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22375B

Black with #22375B

Text Example


Text Example

White with #22375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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