#224370

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

Shades of Catalina Blue #224370

Tints of Catalina Blue #224370

Color information

#224370 (or 0x224370) is unknown color: approx Catalina Blue. HEX triplet: 22, 43 and 70. RGB value is (34,67,112). Sum of RGB (Red+Green+Blue) = 34+67+112=213 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.96% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #224370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224370 is #DDBC8F. Grayscale: #3E3E3E. Windows color (decimal): -14531728 or 7357218. OLE color: 7357218.

HSL color Cylindrical-coordinate representation of color #224370: hue angle of 214.62º degrees, saturation: 0.53, 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 #224370 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3467112-
CMYK0.700.4000.56
HSL214.62º53.42%28.63%-
HSV(B)214.62º69.64%43.92%-
XYZ5.595.5216.1-
YUV62.26156.07107.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.96%
GREEN value IS 67 (26.56% from 255) = 31.46%
BLUE value IS 112 (44.14% from 255) = 52.58%
R=15.96%
G=31.46%
B=52.58%

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
Decimal34671120.700.4000.56214.6253.4228.63
Hex2243704628038d7351d
Octal42103160106500703276535
Binary10001010000111110000100011010100001110001101011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224370; }

 p { color: rgb(34,67,112); }

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

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

 a { background-color: rgb(34,67,112); }

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

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

 span { border-color: rgb(34,67,112); }

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