#224471

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

Shades of Catalina Blue #224471

Tints of Catalina Blue #224471

Color information

#224471 (or 0x224471) is unknown color: approx Catalina Blue. HEX triplet: 22, 44 and 71. RGB value is (34,68,113). Sum of RGB (Red+Green+Blue) = 34+68+113=215 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.81% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #224471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224471 is #DDBB8E. Grayscale: #3E3E3E. Windows color (decimal): -14531471 or 7423010. OLE color: 7423010.

HSL color Cylindrical-coordinate representation of color #224471: hue angle of 214.18º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #224471 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3468113-
CMYK0.700.4000.56
HSL214.18º53.74%28.82%-
HSV(B)214.18º69.91%44.31%-
XYZ5.715.6716.42-
YUV62.96156.24107.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.81%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 113 (44.53% from 255) = 52.56%
R=15.81%
G=31.63%
B=52.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34681130.700.4000.56214.1853.7428.82
Hex2244714628038d6361d
Octal42104161106500703266635
Binary10001010001001110001100011010100001110001101011011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224471; }

 p { color: rgb(34,68,113); }

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

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

 a { background-color: rgb(34,68,113); }

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

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

 span { border-color: rgb(34,68,113); }

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