#2C666E

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

Shades of Blumine #2C666E

Tints of Blumine #2C666E

Color information

#2C666E (or 0x2C666E) is unknown color: approx Blumine. HEX triplet: 2C, 66 and 6E. RGB value is (44,102,110). Sum of RGB (Red+Green+Blue) = 44+102+110=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 110 - color contains mainly: blue. Hex color #2C666E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C666E is #D39991. Grayscale: #555555. Windows color (decimal): -13867410 or 7235116. OLE color: 7235116.

HSL color Cylindrical-coordinate representation of color #2C666E: hue angle of 187.27º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C666E is Cyan = 0.6, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB44102110-
CMYK0.60.0700.57
HSL187.27º42.86%30.2%-
HSV(B)187.27º60%43.14%-
XYZ8.611.1616.45-
YUV85.57141.7898.35-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.19%
GREEN value IS 102 (40.23% from 255) = 39.84%
BLUE value IS 110 (43.36% from 255) = 42.97%
R=17.19%
G=39.84%
B=42.97%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal441021100.60.0700.57187.2742.8630.2
Hex2C666E3C7039bb2b1e
Octal541461567470712735336
Binary1011001100110110111011110011101110011011101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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