#294468

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

Shades of Catalina Blue #294468

Tints of Catalina Blue #294468

Color information

#294468 (or 0x294468) is unknown color: approx Catalina Blue. HEX triplet: 29, 44 and 68. RGB value is (41,68,104). Sum of RGB (Red+Green+Blue) = 41+68+104=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #294468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294468 is #D6BB97. Grayscale: #3F3F3F. Windows color (decimal): -14072728 or 6833193. OLE color: 6833193.

HSL color Cylindrical-coordinate representation of color #294468: hue angle of 214.29º 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 #294468 is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4168104-
CMYK0.610.3500.59
HSL214.29º43.45%28.43%-
HSV(B)214.29º60.58%40.78%-
XYZ5.485.6113.89-
YUV64.03150.55111.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.25%
GREEN value IS 68 (26.95% from 255) = 31.92%
BLUE value IS 104 (41.02% from 255) = 48.83%
R=19.25%
G=31.92%
B=48.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41681040.610.3500.59214.2943.4528.43
Hex2944683D2303Bd62b1c
Octal5110415075430733265334
Binary1010011000100110100011110110001101110111101011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294468; }

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

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

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

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

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

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

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

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