#2E415E

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

Shades of Catalina Blue #2E415E

Tints of Catalina Blue #2E415E

Color information

#2E415E (or 0x2E415E) is unknown color: approx Catalina Blue. HEX triplet: 2E, 41 and 5E. RGB value is (46,65,94). Sum of RGB (Red+Green+Blue) = 46+65+94=205 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.44% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #2E415E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E415E is #D1BEA1. Grayscale: #3E3E3E. Windows color (decimal): -13745826 or 6177070. OLE color: 6177070.

HSL color Cylindrical-coordinate representation of color #2E415E: hue angle of 216.25º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E415E is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB466594-
CMYK0.510.3100.63
HSL216.25º34.29%27.45%-
HSV(B)216.25º51.06%36.86%-
XYZ5.045.1711.32-
YUV62.62145.71116.14-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.44%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 94 (37.11% from 255) = 45.85%
R=22.44%
G=31.71%
B=45.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4665940.510.3100.63216.2534.2927.45
Hex2E415E331F03Fd8221b
Octal5610113663370773304233
Binary101110100000110111101100111111101111111101100010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,65,94); }

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

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

 a { background-color: rgb(46,65,94); }

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

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

 span { border-color: rgb(46,65,94); }

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