#2C6678

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

Shades of Blumine #2C6678

Tints of Blumine #2C6678

Color information

#2C6678 (or 0x2C6678) is unknown color: approx Blumine. HEX triplet: 2C, 66 and 78. RGB value is (44,102,120). Sum of RGB (Red+Green+Blue) = 44+102+120=266 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.54% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #2C6678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6678 is #D39987. Grayscale: #565656. Windows color (decimal): -13867400 or 7890476. OLE color: 7890476.

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

Color convert

RGB44102120-
CMYK0.630.1500.53
HSL194.21º46.34%32.16%-
HSV(B)194.21º63.33%47.06%-
XYZ9.1811.3919.48-
YUV86.71146.7897.54-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.54%
GREEN value IS 102 (40.23% from 255) = 38.35%
BLUE value IS 120 (47.27% from 255) = 45.11%
R=16.54%
G=38.35%
B=45.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal441021200.630.1500.53194.2146.3432.16
Hex2C66783FF035c22e20
Octal5414617077170653025640
Binary101100110011011110001111111111011010111000010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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