#2E4560

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

Shades of Catalina Blue #2E4560

Tints of Catalina Blue #2E4560

Color information

#2E4560 (or 0x2E4560) is unknown color: approx Catalina Blue. HEX triplet: 2E, 45 and 60. RGB value is (46,69,96). Sum of RGB (Red+Green+Blue) = 46+69+96=211 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.80% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E4560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4560 is #D1BA9F. Grayscale: #414141. Windows color (decimal): -13744800 or 6309166. OLE color: 6309166.

HSL color Cylindrical-coordinate representation of color #2E4560: hue angle of 212.4º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E4560 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB466996-
CMYK0.520.2800.62
HSL212.4º35.21%27.84%-
HSV(B)212.4º52.08%37.65%-
XYZ5.375.6811.88-
YUV65.2145.38114.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.80%
GREEN value IS 69 (27.34% from 255) = 32.70%
BLUE value IS 96 (37.89% from 255) = 45.50%
R=21.80%
G=32.70%
B=45.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4669960.520.2800.62212.435.2127.84
Hex2E4560341C03Ed4231c
Octal5610514064340763244334
Binary101110100010111000001101001110001111101101010010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E4560; }

 p { color: rgb(46,69,96); }

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

<style>
 a { background-color: #2E4560; }

 a { background-color: rgb(46,69,96); }

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

<style>
 span { border-color: #2E4560; }

 span { border-color: rgb(46,69,96); }

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