#294467

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

Shades of Catalina Blue #294467

Tints of Catalina Blue #294467

Color information

#294467 (or 0x294467) is unknown color: approx Catalina Blue. HEX triplet: 29, 44 and 67. RGB value is (41,68,103). Sum of RGB (Red+Green+Blue) = 41+68+103=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 103 (40.62% from 255 or 48.58% from 212); Max value from RGB is 103 - color contains mainly: blue. Hex color #294467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294467 is #D6BB98. Grayscale: #3F3F3F. Windows color (decimal): -14072729 or 6767657. OLE color: 6767657.

HSL color Cylindrical-coordinate representation of color #294467: hue angle of 213.87º 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 #294467 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4168103-
CMYK0.600.3400.60
HSL213.87º43.06%28.24%-
HSV(B)213.87º60.19%40.39%-
XYZ5.435.5813.62-
YUV63.92150.05111.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.34%
GREEN value IS 68 (26.95% from 255) = 32.08%
BLUE value IS 103 (40.62% from 255) = 48.58%
R=19.34%
G=32.08%
B=48.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41681030.600.3400.60213.8743.0628.24
Hex2944673C2203Cd62b1c
Octal5110414774420743265334
Binary1010011000100110011111110010001001111001101011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294467; }

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

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

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

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

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

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

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

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