#293E61

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

Shades of Catalina Blue #293E61

Tints of Catalina Blue #293E61

Color information

#293E61 (or 0x293E61) is unknown color: approx Catalina Blue. HEX triplet: 29, 3E and 61. RGB value is (41,62,97). Sum of RGB (Red+Green+Blue) = 41+62+97=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #293E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293E61 is #D6C19E. Grayscale: #3B3B3B. Windows color (decimal): -14074271 or 6372905. OLE color: 6372905.

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

Color convert

RGB416297-
CMYK0.580.3600.62
HSL217.5º40.58%27.06%-
HSV(B)217.5º57.73%38.04%-
XYZ4.794.7811.98-
YUV59.71149.04114.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.5%
GREEN value IS 62 (24.61% from 255) = 31%
BLUE value IS 97 (38.28% from 255) = 48.5%
R=20.5%
G=31%
B=48.5%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4162970.580.3600.62217.540.5827.06
Hex293E613A2403Eda291b
Octal517614172440763325133
Binary101001111110110000111101010010001111101101101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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