#294166

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

Shades of Catalina Blue #294166

Tints of Catalina Blue #294166

Color information

#294166 (or 0x294166) is unknown color: approx Catalina Blue. HEX triplet: 29, 41 and 66. RGB value is (41,65,102). Sum of RGB (Red+Green+Blue) = 41+65+102=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #294166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294166 is #D6BE99. Grayscale: #3D3D3D. Windows color (decimal): -14073498 or 6701353. OLE color: 6701353.

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

Color convert

RGB4165102-
CMYK0.600.3600.6
HSL216.39º42.66%28.04%-
HSV(B)216.39º59.8%40%-
XYZ5.25.2113.3-
YUV62.04150.55112.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.71%
GREEN value IS 65 (25.78% from 255) = 31.25%
BLUE value IS 102 (40.23% from 255) = 49.04%
R=19.71%
G=31.25%
B=49.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41651020.600.3600.6216.3942.6628.04
Hex2941663C2403Cd82b1c
Octal5110114674440743305334
Binary1010011000001110011011110010010001111001101100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294166; }

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

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

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

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

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

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

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

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