#223162

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

Shades of Catalina Blue #223162

Tints of Catalina Blue #223162

Color information

#223162 (or 0x223162) is unknown color: approx Catalina Blue. HEX triplet: 22, 31 and 62. RGB value is (34,49,98). Sum of RGB (Red+Green+Blue) = 34+49+98=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #223162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223162 is #DDCE9D. Grayscale: #313131. Windows color (decimal): -14536350 or 6435106. OLE color: 6435106.

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

Color convert

RGB344998-
CMYK0.650.500.62
HSL225.94º48.48%25.88%-
HSV(B)225.94º65.31%38.43%-
XYZ3.963.4212.01-
YUV50.1155.03116.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.78%
GREEN value IS 49 (19.53% from 255) = 27.07%
BLUE value IS 98 (38.67% from 255) = 54.14%
R=18.78%
G=27.07%
B=54.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3449980.650.500.62225.9448.4825.88
Hex223162413203Ee2301a
Octal4261142101620763426032
Binary1000101100011100010100000111001001111101110001011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223162; }

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

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

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

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

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

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

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

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