Html Css Color HEX #223160 Catalina Blue

📋 copy color: '#223160'

red 34 ◦ green 49 ◦ blue 96

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

Shades of Catalina Blue #223160

Tints of Catalina Blue #223160

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.37%

 BLUE value IS 96 (37.89% from 255) = 53.63%

R = 18.99%
G = 27.37%
B = 53.63%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#223160 (or 0x223160) is known color: Catalina Blue. HEX triplet: 22, 31 and 60. RGB value is (34,49,96). Sum of RGB (Red+Green+Blue) = 34+49+96=179 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.99% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #223160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223160 is #DDCE9F. Grayscale: #313131. Windows color (decimal): -14536352 or 6304034. OLE color: 6304034.

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

Color convert

RGB 34 49 96 -
CMYK 0.65 0.49 0 0.62
HSL 225.48º 0.48% 0.25% -
HSV(B) 225.48º 0.65% 0.38% -
XYZ 3.87 3.38 11.52 -
YUV 49.87 154.03 116.68 -
System Red Green Blue C M Y K H S L
Decimal 34 49 96 0.65 0.49 0 0.62 225.48 0.48 0.25
Hex 22 31 60 41 31 0 3E E1 30 19
Octal 42 61 140 101 61 0 76 341 60 31
Binary 100010 110001 1100000 1000001 110001 0 111110 11100001 110000 11001

Color Harmonies of #223160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223160

Black with #223160

Text Example


Text Example

White with #223160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223160; }

 p { color: rgb(34,49,96); }

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

background-color css

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

 a { background-color: rgb(34,49,96); }

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

border-color css

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

 span { border-color: rgb(34,49,96); }

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