Html Css Color HEX #22355F Catalina Blue

📋 copy color: '#22355F'

red 34 ◦ green 53 ◦ blue 95

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

Shades of Catalina Blue #22355F

Tints of Catalina Blue #22355F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.12%

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

R = 18.68%
G = 29.12%
B = 52.2%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#22355F (or 0x22355F) is known color: Catalina Blue. HEX triplet: 22, 35 and 5F. RGB value is (34,53,95). Sum of RGB (Red+Green+Blue) = 34+53+95=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #22355F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22355F is #DDCAA0. Grayscale: #333333. Windows color (decimal): -14535329 or 6239522. OLE color: 6239522.

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

Color convert

RGB 34 53 95 -
CMYK 0.64 0.44 0 0.63
HSL 221.31º 0.47% 0.25% -
HSV(B) 221.31º 0.64% 0.37% -
XYZ 4 3.71 11.33 -
YUV 52.11 152.21 115.08 -
System Red Green Blue C M Y K H S L
Decimal 34 53 95 0.64 0.44 0 0.63 221.31 0.47 0.25
Hex 22 35 5F 40 2C 0 3F DD 2F 19
Octal 42 65 137 100 54 0 77 335 57 31
Binary 100010 110101 1011111 1000000 101100 0 111111 11011101 101111 11001

Color Harmonies of #22355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22355F

Black with #22355F

Text Example


Text Example

White with #22355F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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