#293E5A

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

Shades of Catalina Blue #293E5A

Tints of Catalina Blue #293E5A

Color information

#293E5A (or 0x293E5A) is unknown color: approx Catalina Blue. HEX triplet: 29, 3E and 5A. RGB value is (41,62,90). Sum of RGB (Red+Green+Blue) = 41+62+90=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #293E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293E5A is #D6C1A5. Grayscale: #3A3A3A. Windows color (decimal): -14074278 or 5914153. OLE color: 5914153.

HSL color Cylindrical-coordinate representation of color #293E5A: hue angle of 214.29º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #293E5A is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB416290-
CMYK0.540.3100.65
HSL214.29º37.4%25.69%-
HSV(B)214.29º54.44%35.29%-
XYZ4.484.6510.34-
YUV58.91145.54115.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.24%
GREEN value IS 62 (24.61% from 255) = 32.12%
BLUE value IS 90 (35.55% from 255) = 46.63%
R=21.24%
G=32.12%
B=46.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4162900.540.3100.65214.2937.425.69
Hex293E5A361F041d6251a
Octal5176132663701013264532
Binary101001111110101101011011011111010000011101011010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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