#294369

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

Shades of Catalina Blue #294369

Tints of Catalina Blue #294369

Color information

#294369 (or 0x294369) is unknown color: approx Catalina Blue. HEX triplet: 29, 43 and 69. RGB value is (41,67,105). Sum of RGB (Red+Green+Blue) = 41+67+105=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #294369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294369 is #D6BC96. Grayscale: #3F3F3F. Windows color (decimal): -14072983 or 6898473. OLE color: 6898473.

HSL color Cylindrical-coordinate representation of color #294369: hue angle of 215.62º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #294369 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4167105-
CMYK0.610.3600.59
HSL215.62º43.84%28.63%-
HSV(B)215.62º60.95%41.18%-
XYZ5.475.5114.14-
YUV63.56151.39111.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.25%
GREEN value IS 67 (26.56% from 255) = 31.46%
BLUE value IS 105 (41.41% from 255) = 49.30%
R=19.25%
G=31.46%
B=49.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41671050.610.3600.59215.6243.8428.63
Hex2943693D2403Bd82c1d
Octal5110315175440733305435
Binary1010011000011110100111110110010001110111101100010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294369; }

 p { color: rgb(41,67,105); }

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

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

 a { background-color: rgb(41,67,105); }

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

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

 span { border-color: rgb(41,67,105); }

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