#224166

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

Shades of Catalina Blue #224166

Tints of Catalina Blue #224166

Color information

#224166 (or 0x224166) is unknown color: approx Catalina Blue. HEX triplet: 22, 41 and 66. RGB value is (34,65,102). Sum of RGB (Red+Green+Blue) = 34+65+102=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #224166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224166 is #DDBE99. Grayscale: #3B3B3B. Windows color (decimal): -14532250 or 6701346. OLE color: 6701346.

HSL color Cylindrical-coordinate representation of color #224166: hue angle of 212.65º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #224166 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3465102-
CMYK0.670.3600.6
HSL212.65º50%26.67%-
HSV(B)212.65º66.67%40%-
XYZ4.955.0813.29-
YUV59.95151.73109.49-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.92%
GREEN value IS 65 (25.78% from 255) = 32.34%
BLUE value IS 102 (40.23% from 255) = 50.75%
R=16.92%
G=32.34%
B=50.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal34651020.670.3600.6212.655026.67
Hex224166432403Cd5321b
Octal42101146103440743256233
Binary10001010000011100110100001110010001111001101010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224166; }

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

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

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

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

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

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

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

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