#293F56

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

Shades of Catalina Blue #293F56

Tints of Catalina Blue #293F56

Color information

#293F56 (or 0x293F56) is unknown color: approx Catalina Blue. HEX triplet: 29, 3F and 56. RGB value is (41,63,86). Sum of RGB (Red+Green+Blue) = 41+63+86=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 86 - color contains mainly: blue. Hex color #293F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F56 is #D6C0A9. Grayscale: #3A3A3A. Windows color (decimal): -14074026 or 5652265. OLE color: 5652265.

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

Color convert

RGB416386-
CMYK0.520.2700.66
HSL210.67º35.43%24.9%-
HSV(B)210.67º52.33%33.73%-
XYZ4.374.79.48-
YUV59.04143.21115.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.58%
GREEN value IS 63 (25% from 255) = 33.16%
BLUE value IS 86 (33.98% from 255) = 45.26%
R=21.58%
G=33.16%
B=45.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4163860.520.2700.66210.6735.4324.9
Hex293F56341B042d32319
Octal5177126643301023234331
Binary101001111111101011011010011011010000101101001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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