#293F59

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

Shades of Catalina Blue #293F59

Tints of Catalina Blue #293F59

Color information

#293F59 (or 0x293F59) is unknown color: approx Catalina Blue. HEX triplet: 29, 3F and 59. RGB value is (41,63,89). Sum of RGB (Red+Green+Blue) = 41+63+89=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #293F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F59 is #D6C0A6. Grayscale: #3B3B3B. Windows color (decimal): -14074023 or 5848873. OLE color: 5848873.

HSL color Cylindrical-coordinate representation of color #293F59: hue angle of 212.5º 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 #293F59 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB416389-
CMYK0.540.2900.65
HSL212.5º36.92%25.49%-
HSV(B)212.5º53.93%34.9%-
XYZ4.54.7510.13-
YUV59.39144.71114.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.24%
GREEN value IS 63 (25% from 255) = 32.64%
BLUE value IS 89 (35.16% from 255) = 46.11%
R=21.24%
G=32.64%
B=46.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4163890.540.2900.65212.536.9225.49
Hex293F59361D041d42519
Octal5177131663501013244531
Binary101001111111101100111011011101010000011101010010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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