#224169

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

Shades of Catalina Blue #224169

Tints of Catalina Blue #224169

Color information

#224169 (or 0x224169) is unknown color: approx Catalina Blue. HEX triplet: 22, 41 and 69. RGB value is (34,65,105). Sum of RGB (Red+Green+Blue) = 34+65+105=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #224169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224169 is #DDBE96. Grayscale: #3C3C3C. Windows color (decimal): -14532247 or 6897954. OLE color: 6897954.

HSL color Cylindrical-coordinate representation of color #224169: hue angle of 213.8º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #224169 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3465105-
CMYK0.680.3800.59
HSL213.8º51.08%27.25%-
HSV(B)213.8º67.62%41.18%-
XYZ5.15.1414.09-
YUV60.29153.23109.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.67%
GREEN value IS 65 (25.78% from 255) = 31.86%
BLUE value IS 105 (41.41% from 255) = 51.47%
R=16.67%
G=31.86%
B=51.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34651050.680.3800.59213.851.0827.25
Hex224169442603Bd6331b
Octal42101151104460733266333
Binary10001010000011101001100010010011001110111101011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224169; }

 p { color: rgb(34,65,105); }

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

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

 a { background-color: rgb(34,65,105); }

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

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

 span { border-color: rgb(34,65,105); }

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