#2E4561

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

Shades of Catalina Blue #2E4561

Tints of Catalina Blue #2E4561

Color information

#2E4561 (or 0x2E4561) is unknown color: approx Catalina Blue. HEX triplet: 2E, 45 and 61. RGB value is (46,69,97). Sum of RGB (Red+Green+Blue) = 46+69+97=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #2E4561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4561 is #D1BA9E. Grayscale: #414141. Windows color (decimal): -13744799 or 6374702. OLE color: 6374702.

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

Color convert

RGB466997-
CMYK0.530.2900.62
HSL212.94º35.66%28.04%-
HSV(B)212.94º52.58%38.04%-
XYZ5.415.712.12-
YUV65.32145.88114.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.70%
GREEN value IS 69 (27.34% from 255) = 32.55%
BLUE value IS 97 (38.28% from 255) = 45.75%
R=21.70%
G=32.55%
B=45.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4669970.530.2900.62212.9435.6628.04
Hex2E4561351D03Ed5241c
Octal5610514165350763254434
Binary101110100010111000011101011110101111101101010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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