Html Css Color HEX #223755 Catalina Blue

📋 copy color: '#223755'

red 34 ◦ green 55 ◦ blue 85

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

Shades of Catalina Blue #223755

Tints of Catalina Blue #223755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 48.85%

R = 19.54%
G = 31.61%
B = 48.85%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#223755 (or 0x223755) is known color: Catalina Blue. HEX triplet: 22, 37 and 55. RGB value is (34,55,85). Sum of RGB (Red+Green+Blue) = 34+55+85=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #223755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223755 is #DDC8AA. Grayscale: #333333. Windows color (decimal): -14534827 or 5584674. OLE color: 5584674.

HSL color Cylindrical-coordinate representation of color #223755: hue angle of 215.29º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #223755 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 34 55 85 -
CMYK 0.60 0.35 0 0.67
HSL 215.29º 0.43% 0.23% -
HSV(B) 215.29º 0.6% 0.33% -
XYZ 3.67 3.73 9.12 -
YUV 52.14 146.54 115.06 -
System Red Green Blue C M Y K H S L
Decimal 34 55 85 0.60 0.35 0 0.67 215.29 0.43 0.23
Hex 22 37 55 3C 23 0 43 D7 2B 17
Octal 42 67 125 74 43 0 103 327 53 27
Binary 100010 110111 1010101 111100 100011 0 1000011 11010111 101011 10111

Color Harmonies of #223755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223755

Black with #223755

Text Example


Text Example

White with #223755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223755; }

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

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

background-color css

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

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

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

border-color css

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

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

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