Html Css Color HEX #22355B Catalina Blue

📋 copy color: '#22355B'

red 34 ◦ green 53 ◦ blue 91

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

Shades of Catalina Blue #22355B

Tints of Catalina Blue #22355B

RGB

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

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

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

R = 19.1%
G = 29.78%
B = 51.12%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#22355B (or 0x22355B) is known color: Catalina Blue. HEX triplet: 22, 35 and 5B. RGB value is (34,53,91). Sum of RGB (Red+Green+Blue) = 34+53+91=178 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.10% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #22355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22355B is #DDCAA4. Grayscale: #333333. Windows color (decimal): -14535333 or 5977378. OLE color: 5977378.

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

Color convert

RGB 34 53 91 -
CMYK 0.63 0.42 0 0.64
HSL 220º 0.46% 0.25% -
HSV(B) 220º 0.63% 0.36% -
XYZ 3.82 3.64 10.4 -
YUV 51.65 150.21 115.41 -
System Red Green Blue C M Y K H S L
Decimal 34 53 91 0.63 0.42 0 0.64 220 0.46 0.25
Hex 22 35 5B 3F 2A 0 40 DC 2E 19
Octal 42 65 133 77 52 0 100 334 56 31
Binary 100010 110101 1011011 111111 101010 0 1000000 11011100 101110 11001

Color Harmonies of #22355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22355B

Black with #22355B

Text Example


Text Example

White with #22355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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