Html Css Color HEX #223552 Catalina Blue

📋 copy color: '#223552'

red 34 ◦ green 53 ◦ blue 82

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

Shades of Catalina Blue #223552

Tints of Catalina Blue #223552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 48.52%

R = 20.12%
G = 31.36%
B = 48.52%

CMYK

 C value IS 0.59

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#223552 (or 0x223552) is known color: Catalina Blue. HEX triplet: 22, 35 and 52. RGB value is (34,53,82). Sum of RGB (Red+Green+Blue) = 34+53+82=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 82 - color contains mainly: blue. Hex color #223552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223552 is #DDCAAD. Grayscale: #323232. Windows color (decimal): -14535342 or 5387554. OLE color: 5387554.

HSL color Cylindrical-coordinate representation of color #223552: hue angle of 216.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #223552 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 34 53 82 -
CMYK 0.59 0.35 0 0.68
HSL 216.25º 0.41% 0.23% -
HSV(B) 216.25º 0.59% 0.32% -
XYZ 3.46 3.5 8.48 -
YUV 50.63 145.71 116.14 -
System Red Green Blue C M Y K H S L
Decimal 34 53 82 0.59 0.35 0 0.68 216.25 0.41 0.23
Hex 22 35 52 3B 23 0 44 D8 29 17
Octal 42 65 122 73 43 0 104 330 51 27
Binary 100010 110101 1010010 111011 100011 0 1000100 11011000 101001 10111

Color Harmonies of #223552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223552

Black with #223552

Text Example


Text Example

White with #223552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223552; }

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

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

background-color css

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

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

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

border-color css

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

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

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