#223160

Color #223160 Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #223160

Tints of Catalina Blue #223160

Color information

#223160 (or 0x223160) is unknown color: approx 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

RGB344996-
CMYK0.650.4900.62
HSL225.48º47.69%25.49%-
HSV(B)225.48º64.58%37.65%-
XYZ3.873.3811.52-
YUV49.87154.03116.68-

RGB Variations

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

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 (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3449960.650.4900.62225.4847.6925.49
Hex223160413103Ee13019
Octal4261140101610763416031
Binary1000101100011100000100000111000101111101110000111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>