#293A57

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

Shades of Catalina Blue #293A57

Tints of Catalina Blue #293A57

Color information

#293A57 (or 0x293A57) is unknown color: approx Catalina Blue. HEX triplet: 29, 3A and 57. RGB value is (41,58,87). Sum of RGB (Red+Green+Blue) = 41+58+87=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 87 - color contains mainly: blue. Hex color #293A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293A57 is #D6C5A8. Grayscale: #383838. Windows color (decimal): -14075305 or 5716521. OLE color: 5716521.

HSL color Cylindrical-coordinate representation of color #293A57: hue angle of 217.83º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #293A57 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB415887-
CMYK0.530.3300.66
HSL217.83º35.94%25.1%-
HSV(B)217.83º52.87%34.12%-
XYZ4.154.199.61-
YUV56.22145.37117.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.04%
GREEN value IS 58 (23.05% from 255) = 31.18%
BLUE value IS 87 (34.38% from 255) = 46.77%
R=22.04%
G=31.18%
B=46.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4158870.530.3300.66217.8335.9425.1
Hex293A573521042da2419
Octal5172127654101023324431
Binary1010011110101010111110101100001010000101101101010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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