#294068

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

Shades of Catalina Blue #294068

Tints of Catalina Blue #294068

Color information

#294068 (or 0x294068) is unknown color: approx Catalina Blue. HEX triplet: 29, 40 and 68. RGB value is (41,64,104). Sum of RGB (Red+Green+Blue) = 41+64+104=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #294068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294068 is #D6BF97. Grayscale: #3D3D3D. Windows color (decimal): -14073752 or 6832169. OLE color: 6832169.

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

Color convert

RGB4164104-
CMYK0.610.3800.59
HSL218.1º43.45%28.43%-
HSV(B)218.1º60.58%40.78%-
XYZ5.255.1413.81-
YUV61.68151.88113.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.62%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 104 (41.02% from 255) = 49.76%
R=19.62%
G=30.62%
B=49.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41641040.610.3800.59218.143.4528.43
Hex2940683D2603Bda2b1c
Octal5110015075460733325334
Binary1010011000000110100011110110011001110111101101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294068; }

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

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

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

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

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

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

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

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