#294463

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

Shades of Catalina Blue #294463

Tints of Catalina Blue #294463

Color information

#294463 (or 0x294463) is unknown color: approx Catalina Blue. HEX triplet: 29, 44 and 63. RGB value is (41,68,99). Sum of RGB (Red+Green+Blue) = 41+68+99=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #294463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294463 is #D6BB9C. Grayscale: #3F3F3F. Windows color (decimal): -14072733 or 6505513. OLE color: 6505513.

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

Color convert

RGB416899-
CMYK0.590.3100.61
HSL212.07º41.43%27.45%-
HSV(B)212.07º58.59%38.82%-
XYZ5.235.5112.59-
YUV63.46148.05111.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.71%
GREEN value IS 68 (26.95% from 255) = 32.69%
BLUE value IS 99 (39.06% from 255) = 47.60%
R=19.71%
G=32.69%
B=47.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4168990.590.3100.61212.0741.4327.45
Hex2944633B1F03Dd4291b
Octal5110414373370753245133
Binary101001100010011000111110111111101111011101010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294463; }

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

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

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

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

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

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

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

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