#2E4261

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

Shades of Catalina Blue #2E4261

Tints of Catalina Blue #2E4261

Color information

#2E4261 (or 0x2E4261) is unknown color: approx Catalina Blue. HEX triplet: 2E, 42 and 61. RGB value is (46,66,97). Sum of RGB (Red+Green+Blue) = 46+66+97=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #2E4261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4261 is #D1BD9E. Grayscale: #3F3F3F. Windows color (decimal): -13745567 or 6373934. OLE color: 6373934.

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

Color convert

RGB466697-
CMYK0.530.3200.62
HSL216.47º35.66%28.04%-
HSV(B)216.47º52.58%38.04%-
XYZ5.235.3412.06-
YUV63.55146.87115.48-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.01%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 97 (38.28% from 255) = 46.41%
R=22.01%
G=31.58%
B=46.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4666970.530.3200.62216.4735.6628.04
Hex2E4261352003Ed8241c
Octal5610214165400763304434
Binary1011101000010110000111010110000001111101101100010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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