#293E54

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

Shades of Catalina Blue #293E54

Tints of Catalina Blue #293E54

Color information

#293E54 (or 0x293E54) is unknown color: approx Catalina Blue. HEX triplet: 29, 3E and 54. RGB value is (41,62,84). Sum of RGB (Red+Green+Blue) = 41+62+84=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 62 (24.61% from 255 or 33.16% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #293E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293E54 is #D6C1AB. Grayscale: #3A3A3A. Windows color (decimal): -14074284 or 5520937. OLE color: 5520937.

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

Color convert

RGB416284-
CMYK0.510.2600.67
HSL210.7º34.4%24.51%-
HSV(B)210.7º51.19%32.94%-
XYZ4.244.569.04-
YUV58.23142.54115.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.93%
GREEN value IS 62 (24.61% from 255) = 33.16%
BLUE value IS 84 (33.20% from 255) = 44.92%
R=21.93%
G=33.16%
B=44.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4162840.510.2600.67210.734.424.51
Hex293E54331A043d32219
Octal5176124633201033234231
Binary101001111110101010011001111010010000111101001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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