#293E53

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

Shades of Catalina Blue #293E53

Tints of Catalina Blue #293E53

Color information

#293E53 (or 0x293E53) is unknown color: approx Catalina Blue. HEX triplet: 29, 3E and 53. RGB value is (41,62,83). Sum of RGB (Red+Green+Blue) = 41+62+83=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #293E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293E53 is #D6C1AC. Grayscale: #3A3A3A. Windows color (decimal): -14074285 or 5455401. OLE color: 5455401.

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

Color convert

RGB416283-
CMYK0.510.2500.67
HSL210º33.87%24.31%-
HSV(B)210º50.6%32.55%-
XYZ4.24.548.84-
YUV58.11142.04115.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.04%
GREEN value IS 62 (24.61% from 255) = 33.33%
BLUE value IS 83 (32.81% from 255) = 44.62%
R=22.04%
G=33.33%
B=44.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4162830.510.2500.6721033.8724.31
Hex293E533319043d22218
Octal5176123633101033224230
Binary101001111110101001111001111001010000111101001010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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