Html Css Color HEX #223752 Catalina Blue

📋 copy color: '#223752'

red 34 ◦ green 55 ◦ blue 82

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

Shades of Catalina Blue #223752

Tints of Catalina Blue #223752

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.16%

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

R = 19.88%
G = 32.16%
B = 47.95%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#223752 (or 0x223752) is known color: Catalina Blue. HEX triplet: 22, 37 and 52. RGB value is (34,55,82). Sum of RGB (Red+Green+Blue) = 34+55+82=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 82 - color contains mainly: blue. Hex color #223752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223752 is #DDC8AD. Grayscale: #333333. Windows color (decimal): -14534830 or 5388066. OLE color: 5388066.

HSL color Cylindrical-coordinate representation of color #223752: hue angle of 213.75º 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 #223752 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 34 55 82 -
CMYK 0.59 0.33 0 0.68
HSL 213.75º 0.41% 0.23% -
HSV(B) 213.75º 0.59% 0.32% -
XYZ 3.55 3.68 8.51 -
YUV 51.8 145.04 115.3 -
System Red Green Blue C M Y K H S L
Decimal 34 55 82 0.59 0.33 0 0.68 213.75 0.41 0.23
Hex 22 37 52 3B 21 0 44 D6 29 17
Octal 42 67 122 73 41 0 104 326 51 27
Binary 100010 110111 1010010 111011 100001 0 1000100 11010110 101001 10111

Color Harmonies of #223752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223752

Black with #223752

Text Example


Text Example

White with #223752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223752; }

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

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

background-color css

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

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

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

border-color css

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

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

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