#293A59

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

Shades of Catalina Blue #293A59

Tints of Catalina Blue #293A59

Color information

#293A59 (or 0x293A59) is unknown color: approx Catalina Blue. HEX triplet: 29, 3A and 59. RGB value is (41,58,89). Sum of RGB (Red+Green+Blue) = 41+58+89=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #293A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293A59 is #D6C5A6. Grayscale: #383838. Windows color (decimal): -14075303 or 5847593. OLE color: 5847593.

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

Color convert

RGB415889-
CMYK0.540.3500.65
HSL218.75º36.92%25.49%-
HSV(B)218.75º53.93%34.9%-
XYZ4.234.2210.04-
YUV56.45146.37116.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.81%
GREEN value IS 58 (23.05% from 255) = 30.85%
BLUE value IS 89 (35.16% from 255) = 47.34%
R=21.81%
G=30.85%
B=47.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4158890.540.3500.65218.7536.9225.49
Hex293A593623041db2519
Octal5172131664301013334531
Binary1010011110101011001110110100011010000011101101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,58,89); }

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

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

 a { background-color: rgb(41,58,89); }

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

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

 span { border-color: rgb(41,58,89); }

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