#294061

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

Shades of Catalina Blue #294061

Tints of Catalina Blue #294061

Color information

#294061 (or 0x294061) is unknown color: approx Catalina Blue. HEX triplet: 29, 40 and 61. RGB value is (41,64,97). Sum of RGB (Red+Green+Blue) = 41+64+97=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #294061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294061 is #D6BF9E. Grayscale: #3C3C3C. Windows color (decimal): -14073759 or 6373417. OLE color: 6373417.

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

Color convert

RGB416497-
CMYK0.580.3400.62
HSL215.36º40.58%27.06%-
HSV(B)215.36º57.73%38.04%-
XYZ4.91512.02-
YUV60.88148.38113.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.30%
GREEN value IS 64 (25.39% from 255) = 31.68%
BLUE value IS 97 (38.28% from 255) = 48.02%
R=20.30%
G=31.68%
B=48.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4164970.580.3400.62215.3640.5827.06
Hex2940613A2203Ed7291b
Octal5110014172420763275133
Binary1010011000000110000111101010001001111101101011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294061; }

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

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

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

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

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

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

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

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