#293E69

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

Shades of Catalina Blue #293E69

Tints of Catalina Blue #293E69

Color information

#293E69 (or 0x293E69) is unknown color: approx Catalina Blue. HEX triplet: 29, 3E and 69. RGB value is (41,62,105). Sum of RGB (Red+Green+Blue) = 41+62+105=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #293E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293E69 is #D6C196. Grayscale: #3C3C3C. Windows color (decimal): -14074263 or 6897193. OLE color: 6897193.

HSL color Cylindrical-coordinate representation of color #293E69: hue angle of 220.31º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #293E69 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4162105-
CMYK0.610.4100.59
HSL220.31º43.84%28.63%-
HSV(B)220.31º60.95%41.18%-
XYZ5.194.9414.04-
YUV60.62153.04114-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.71%
GREEN value IS 62 (24.61% from 255) = 29.81%
BLUE value IS 105 (41.41% from 255) = 50.48%
R=19.71%
G=29.81%
B=50.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41621050.610.4100.59220.3143.8428.63
Hex293E693D2903Bdc2c1d
Octal517615175510733345435
Binary101001111110110100111110110100101110111101110010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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