#294159

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

Shades of Catalina Blue #294159

Tints of Catalina Blue #294159

Color information

#294159 (or 0x294159) is unknown color: approx Catalina Blue. HEX triplet: 29, 41 and 59. RGB value is (41,65,89). Sum of RGB (Red+Green+Blue) = 41+65+89=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #294159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294159 is #D6BEA6. Grayscale: #3C3C3C. Windows color (decimal): -14073511 or 5849385. OLE color: 5849385.

HSL color Cylindrical-coordinate representation of color #294159: hue angle of 210º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #294159 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB416589-
CMYK0.540.2700.65
HSL210º36.92%25.49%-
HSV(B)210º53.93%34.9%-
XYZ4.614.9710.17-
YUV60.56144.05114.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.03%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 45.64%
R=21.03%
G=33.33%
B=45.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4165890.540.2700.6521036.9225.49
Hex294159361B041d22519
Octal51101131663301013224531
Binary1010011000001101100111011011011010000011101001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294159; }

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

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

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

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

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

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

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

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