Html Css Color HEX #223562 Catalina Blue

📋 copy color: '#223562'

red 34 ◦ green 53 ◦ blue 98

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

Shades of Catalina Blue #223562

Tints of Catalina Blue #223562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 52.97%

R = 18.38%
G = 28.65%
B = 52.97%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#223562 (or 0x223562) is known color: Catalina Blue. HEX triplet: 22, 35 and 62. RGB value is (34,53,98). Sum of RGB (Red+Green+Blue) = 34+53+98=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 98 (38.67% from 255 or 52.97% from 185); Max value from RGB is 98 - color contains mainly: blue. Hex color #223562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223562 is #DDCA9D. Grayscale: #343434. Windows color (decimal): -14535326 or 6436130. OLE color: 6436130.

HSL color Cylindrical-coordinate representation of color #223562: hue angle of 222.19º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #223562 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 34 53 98 -
CMYK 0.65 0.46 0 0.62
HSL 222.19º 0.48% 0.26% -
HSV(B) 222.19º 0.65% 0.38% -
XYZ 4.14 3.77 12.06 -
YUV 52.45 153.71 114.84 -
System Red Green Blue C M Y K H S L
Decimal 34 53 98 0.65 0.46 0 0.62 222.19 0.48 0.26
Hex 22 35 62 41 2E 0 3E DE 30 1A
Octal 42 65 142 101 56 0 76 336 60 32
Binary 100010 110101 1100010 1000001 101110 0 111110 11011110 110000 11010

Color Harmonies of #223562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223562

Black with #223562

Text Example


Text Example

White with #223562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223562; }

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

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

background-color css

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

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

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

border-color css

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

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

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