#223158

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

Shades of Catalina Blue #223158

Tints of Catalina Blue #223158

Color information

#223158 (or 0x223158) is unknown color: approx Catalina Blue. HEX triplet: 22, 31 and 58. RGB value is (34,49,88). Sum of RGB (Red+Green+Blue) = 34+49+88=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #223158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223158 is #DDCEA7. Grayscale: #303030. Windows color (decimal): -14536360 or 5779746. OLE color: 5779746.

HSL color Cylindrical-coordinate representation of color #223158: hue angle of 223.33º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #223158 is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB344988-
CMYK0.610.4400.65
HSL223.33º44.26%23.92%-
HSV(B)223.33º61.36%34.51%-
XYZ3.523.249.67-
YUV48.96150.03117.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.88%
GREEN value IS 49 (19.53% from 255) = 28.65%
BLUE value IS 88 (34.77% from 255) = 51.46%
R=19.88%
G=28.65%
B=51.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3449880.610.4400.65223.3344.2623.92
Hex2231583D2C041df2c18
Octal4261130755401013375430
Binary1000101100011011000111101101100010000011101111110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223158; }

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

 H1.HeaderClassName
 {
   color: #223158;
 }
 .AnyTagClassName
 {
   color: #223158;
 }
</style>
background-color css

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

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

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

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

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

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