#294065

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

Shades of Catalina Blue #294065

Tints of Catalina Blue #294065

Color information

#294065 (or 0x294065) is unknown color: approx Catalina Blue. HEX triplet: 29, 40 and 65. RGB value is (41,64,101). Sum of RGB (Red+Green+Blue) = 41+64+101=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #294065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294065 is #D6BF9A. Grayscale: #3D3D3D. Windows color (decimal): -14073755 or 6635561. OLE color: 6635561.

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

Color convert

RGB4164101-
CMYK0.590.3700.60
HSL217º42.25%27.84%-
HSV(B)217º59.41%39.61%-
XYZ5.15.0813.02-
YUV61.34150.38113.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.90%
GREEN value IS 64 (25.39% from 255) = 31.07%
BLUE value IS 101 (39.84% from 255) = 49.03%
R=19.90%
G=31.07%
B=49.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41641010.590.3700.6021742.2527.84
Hex2940653B2503Cd92a1c
Octal5110014573450743315234
Binary1010011000000110010111101110010101111001101100110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294065; }

 p { color: rgb(41,64,101); }

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

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

 a { background-color: rgb(41,64,101); }

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

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

 span { border-color: rgb(41,64,101); }

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