#293E60

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

Shades of Catalina Blue #293E60

Tints of Catalina Blue #293E60

Color information

#293E60 (or 0x293E60) is unknown color: approx Catalina Blue. HEX triplet: 29, 3E and 60. RGB value is (41,62,96). Sum of RGB (Red+Green+Blue) = 41+62+96=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #293E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293E60 is #D6C19F. Grayscale: #3B3B3B. Windows color (decimal): -14074272 or 6307369. OLE color: 6307369.

HSL color Cylindrical-coordinate representation of color #293E60: hue angle of 217.09º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #293E60 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB416296-
CMYK0.570.3500.62
HSL217.09º40.15%26.86%-
HSV(B)217.09º57.29%37.65%-
XYZ4.754.7611.74-
YUV59.6148.54114.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.60%
GREEN value IS 62 (24.61% from 255) = 31.16%
BLUE value IS 96 (37.89% from 255) = 48.24%
R=20.60%
G=31.16%
B=48.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4162960.570.3500.62217.0940.1526.86
Hex293E60392303Ed9281b
Octal517614071430763315033
Binary101001111110110000011100110001101111101101100110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293E60; }

 p { color: rgb(41,62,96); }

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

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

 a { background-color: rgb(41,62,96); }

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

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

 span { border-color: rgb(41,62,96); }

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