Html Css Color HEX #22335A Catalina Blue

📋 copy color: '#22335A'

red 34 ◦ green 51 ◦ blue 90

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

Shades of Catalina Blue #22335A

Tints of Catalina Blue #22335A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.14%

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

R = 19.43%
G = 29.14%
B = 51.43%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#22335A (or 0x22335A) is known color: Catalina Blue. HEX triplet: 22, 33 and 5A. RGB value is (34,51,90). Sum of RGB (Red+Green+Blue) = 34+51+90=175 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.43% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #22335A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22335A is #DDCCA5. Grayscale: #323232. Windows color (decimal): -14535846 or 5911330. OLE color: 5911330.

HSL color Cylindrical-coordinate representation of color #22335A: hue angle of 221.79º 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 #22335A is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 34 51 90 -
CMYK 0.62 0.43 0 0.65
HSL 221.79º 0.45% 0.24% -
HSV(B) 221.79º 0.62% 0.35% -
XYZ 3.69 3.45 10.14 -
YUV 50.36 150.37 116.33 -
System Red Green Blue C M Y K H S L
Decimal 34 51 90 0.62 0.43 0 0.65 221.79 0.45 0.24
Hex 22 33 5A 3E 2B 0 41 DE 2D 18
Octal 42 63 132 76 53 0 101 336 55 30
Binary 100010 110011 1011010 111110 101011 0 1000001 11011110 101101 11000

Color Harmonies of #22335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22335A

Black with #22335A

Text Example


Text Example

White with #22335A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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