#2E6378

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

Shades of Blumine #2E6378

Tints of Blumine #2E6378

Color information

#2E6378 (or 0x2E6378) is unknown color: approx Blumine. HEX triplet: 2E, 63 and 78. RGB value is (46,99,120). Sum of RGB (Red+Green+Blue) = 46+99+120=265 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.36% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E6378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6378 is #D19C87. Grayscale: #555555. Windows color (decimal): -13737096 or 7889710. OLE color: 7889710.

HSL color Cylindrical-coordinate representation of color #2E6378: hue angle of 197.03º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E6378 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4699120-
CMYK0.620.1700.53
HSL197.03º44.58%32.55%-
HSV(B)197.03º61.67%47.06%-
XYZ8.9810.8619.39-
YUV85.55147.4499.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.36%
GREEN value IS 99 (39.06% from 255) = 37.36%
BLUE value IS 120 (47.27% from 255) = 45.28%
R=17.36%
G=37.36%
B=45.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46991200.620.1700.53197.0344.5832.55
Hex2E63783E11035c52d21
Octal5614317076210653055541
Binary1011101100011111100011111010001011010111000101101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,99,120); }

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

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

 a { background-color: rgb(46,99,120); }

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

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

 span { border-color: rgb(46,99,120); }

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