#294566

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

Shades of Catalina Blue #294566

Tints of Catalina Blue #294566

Color information

#294566 (or 0x294566) is unknown color: approx Catalina Blue. HEX triplet: 29, 45 and 66. RGB value is (41,69,102). Sum of RGB (Red+Green+Blue) = 41+69+102=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #294566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294566 is #D6BA99. Grayscale: #404040. Windows color (decimal): -14072474 or 6702377. OLE color: 6702377.

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

Color convert

RGB4169102-
CMYK0.600.3200.6
HSL212.46º42.66%28.04%-
HSV(B)212.46º59.8%40%-
XYZ5.445.6913.38-
YUV64.39149.22111.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.34%
GREEN value IS 69 (27.34% from 255) = 32.55%
BLUE value IS 102 (40.23% from 255) = 48.11%
R=19.34%
G=32.55%
B=48.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41691020.600.3200.6212.4642.6628.04
Hex2945663C2003Cd42b1c
Octal5110514674400743245334
Binary1010011000101110011011110010000001111001101010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294566; }

 p { color: rgb(41,69,102); }

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

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

 a { background-color: rgb(41,69,102); }

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

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

 span { border-color: rgb(41,69,102); }

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