#294668

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

Shades of Catalina Blue #294668

Tints of Catalina Blue #294668

Color information

#294668 (or 0x294668) is unknown color: approx Catalina Blue. HEX triplet: 29, 46 and 68. RGB value is (41,70,104). Sum of RGB (Red+Green+Blue) = 41+70+104=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #294668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294668 is #D6B997. Grayscale: #414141. Windows color (decimal): -14072216 or 6833705. OLE color: 6833705.

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

Color convert

RGB4170104-
CMYK0.610.3300.59
HSL212.38º43.45%28.43%-
HSV(B)212.38º60.58%40.78%-
XYZ5.65.8513.93-
YUV65.2149.89110.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.07%
GREEN value IS 70 (27.73% from 255) = 32.56%
BLUE value IS 104 (41.02% from 255) = 48.37%
R=19.07%
G=32.56%
B=48.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41701040.610.3300.59212.3843.4528.43
Hex2946683D2103Bd42b1c
Octal5110615075410733245334
Binary1010011000110110100011110110000101110111101010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294668; }

 p { color: rgb(41,70,104); }

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

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

 a { background-color: rgb(41,70,104); }

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

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

 span { border-color: rgb(41,70,104); }

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