#293C56

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

Shades of Catalina Blue #293C56

Tints of Catalina Blue #293C56

Color information

#293C56 (or 0x293C56) is unknown color: approx Catalina Blue. HEX triplet: 29, 3C and 56. RGB value is (41,60,86). Sum of RGB (Red+Green+Blue) = 41+60+86=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #293C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C56 is #D6C3A9. Grayscale: #393939. Windows color (decimal): -14074794 or 5651497. OLE color: 5651497.

HSL color Cylindrical-coordinate representation of color #293C56: hue angle of 214.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 #293C56 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB416086-
CMYK0.520.3000.66
HSL214.67º35.43%24.9%-
HSV(B)214.67º52.33%33.73%-
XYZ4.214.389.43-
YUV57.28144.21116.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.93%
GREEN value IS 60 (23.83% from 255) = 32.09%
BLUE value IS 86 (33.98% from 255) = 45.99%
R=21.93%
G=32.09%
B=45.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4160860.520.3000.66214.6735.4324.9
Hex293C56341E042d72319
Octal5174126643601023274331
Binary101001111100101011011010011110010000101101011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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