#2E4660

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

Shades of Catalina Blue #2E4660

Tints of Catalina Blue #2E4660

Color information

#2E4660 (or 0x2E4660) is unknown color: approx Catalina Blue. HEX triplet: 2E, 46 and 60. RGB value is (46,70,96). Sum of RGB (Red+Green+Blue) = 46+70+96=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E4660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4660 is #D1B99F. Grayscale: #414141. Windows color (decimal): -13744544 or 6309422. OLE color: 6309422.

HSL color Cylindrical-coordinate representation of color #2E4660: hue angle of 211.2º 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 #2E4660 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB467096-
CMYK0.520.2700.62
HSL211.2º35.21%27.84%-
HSV(B)211.2º52.08%37.65%-
XYZ5.435.8111.9-
YUV65.79145.05113.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.70%
GREEN value IS 70 (27.73% from 255) = 33.02%
BLUE value IS 96 (37.89% from 255) = 45.28%
R=21.70%
G=33.02%
B=45.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4670960.520.2700.62211.235.2127.84
Hex2E4660341B03Ed3231c
Octal5610614064330763234334
Binary101110100011011000001101001101101111101101001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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