#294460

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

Shades of Catalina Blue #294460

Tints of Catalina Blue #294460

Color information

#294460 (or 0x294460) is unknown color: approx Catalina Blue. HEX triplet: 29, 44 and 60. RGB value is (41,68,96). Sum of RGB (Red+Green+Blue) = 41+68+96=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #294460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294460 is #D6BB9F. Grayscale: #3E3E3E. Windows color (decimal): -14072736 or 6308905. OLE color: 6308905.

HSL color Cylindrical-coordinate representation of color #294460: hue angle of 210.55º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #294460 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB416896-
CMYK0.570.2900.62
HSL210.55º40.15%26.86%-
HSV(B)210.55º57.29%37.65%-
XYZ5.095.4511.85-
YUV63.12146.55112.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20%
GREEN value IS 68 (26.95% from 255) = 33.17%
BLUE value IS 96 (37.89% from 255) = 46.83%
R=20%
G=33.17%
B=46.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4168960.570.2900.62210.5540.1526.86
Hex294460391D03Ed3281b
Octal5110414071350763235033
Binary101001100010011000001110011110101111101101001110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294460; }

 p { color: rgb(41,68,96); }

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

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

 a { background-color: rgb(41,68,96); }

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

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

 span { border-color: rgb(41,68,96); }

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