#2C6278

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

Shades of Blumine #2C6278

Tints of Blumine #2C6278

Color information

#2C6278 (or 0x2C6278) is unknown color: approx Blumine. HEX triplet: 2C, 62 and 78. RGB value is (44,98,120). Sum of RGB (Red+Green+Blue) = 44+98+120=262 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.79% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #2C6278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6278 is #D39D87. Grayscale: #545454. Windows color (decimal): -13868424 or 7889452. OLE color: 7889452.

HSL color Cylindrical-coordinate representation of color #2C6278: hue angle of 197.37º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C6278 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4498120-
CMYK0.630.1800.53
HSL197.37º46.34%32.16%-
HSV(B)197.37º63.33%47.06%-
XYZ8.810.6319.36-
YUV84.36148.1199.21-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.79%
GREEN value IS 98 (38.67% from 255) = 37.40%
BLUE value IS 120 (47.27% from 255) = 45.80%
R=16.79%
G=37.40%
B=45.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44981200.630.1800.53197.3746.3432.16
Hex2C62783F12035c52e20
Octal5414217077220653055640
Binary1011001100010111100011111110010011010111000101101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,98,120); }

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

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

 a { background-color: rgb(44,98,120); }

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

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

 span { border-color: rgb(44,98,120); }

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