#224168

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

Shades of Catalina Blue #224168

Tints of Catalina Blue #224168

Color information

#224168 (or 0x224168) is unknown color: approx Catalina Blue. HEX triplet: 22, 41 and 68. RGB value is (34,65,104). Sum of RGB (Red+Green+Blue) = 34+65+104=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #224168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224168 is #DDBE97. Grayscale: #3B3B3B. Windows color (decimal): -14532248 or 6832418. OLE color: 6832418.

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

Color convert

RGB3465104-
CMYK0.670.3800.59
HSL213.43º50.72%27.06%-
HSV(B)213.43º67.31%40.78%-
XYZ5.055.1213.82-
YUV60.18152.73109.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.75%
GREEN value IS 65 (25.78% from 255) = 32.02%
BLUE value IS 104 (41.02% from 255) = 51.23%
R=16.75%
G=32.02%
B=51.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34651040.670.3800.59213.4350.7227.06
Hex224168432603Bd5331b
Octal42101150103460733256333
Binary10001010000011101000100001110011001110111101010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224168; }

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

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

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

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

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

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

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

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