#293E57

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

Shades of Catalina Blue #293E57

Tints of Catalina Blue #293E57

Color information

#293E57 (or 0x293E57) is unknown color: approx Catalina Blue. HEX triplet: 29, 3E and 57. RGB value is (41,62,87). Sum of RGB (Red+Green+Blue) = 41+62+87=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #293E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293E57 is #D6C1A8. Grayscale: #3A3A3A. Windows color (decimal): -14074281 or 5717545. OLE color: 5717545.

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

Color convert

RGB416287-
CMYK0.530.2900.66
HSL212.61º35.94%25.1%-
HSV(B)212.61º52.87%34.12%-
XYZ4.364.69.68-
YUV58.57144.04115.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.58%
GREEN value IS 62 (24.61% from 255) = 32.63%
BLUE value IS 87 (34.38% from 255) = 45.79%
R=21.58%
G=32.63%
B=45.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4162870.530.2900.66212.6135.9425.1
Hex293E57351D042d52419
Octal5176127653501023254431
Binary101001111110101011111010111101010000101101010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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