Html Css Color HEX #22365A Catalina Blue

📋 copy color: '#22365A'

red 34 ◦ green 54 ◦ blue 90

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

Shades of Catalina Blue #22365A

Tints of Catalina Blue #22365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.34%

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

R = 19.1%
G = 30.34%
B = 50.56%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#22365A (or 0x22365A) is known color: Catalina Blue. HEX triplet: 22, 36 and 5A. RGB value is (34,54,90). Sum of RGB (Red+Green+Blue) = 34+54+90=178 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.10% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #22365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22365A is #DDC9A5. Grayscale: #333333. Windows color (decimal): -14535078 or 5912098. OLE color: 5912098.

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

Color convert

RGB 34 54 90 -
CMYK 0.62 0.40 0 0.65
HSL 218.57º 0.45% 0.24% -
HSV(B) 218.57º 0.62% 0.35% -
XYZ 3.82 3.72 10.19 -
YUV 52.12 149.37 115.07 -
System Red Green Blue C M Y K H S L
Decimal 34 54 90 0.62 0.40 0 0.65 218.57 0.45 0.24
Hex 22 36 5A 3E 28 0 41 DB 2D 18
Octal 42 66 132 76 50 0 101 333 55 30
Binary 100010 110110 1011010 111110 101000 0 1000001 11011011 101101 11000

Color Harmonies of #22365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22365A

Black with #22365A

Text Example


Text Example

White with #22365A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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