#2C646D

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

Shades of Blumine #2C646D

Tints of Blumine #2C646D

Color information

#2C646D (or 0x2C646D) is unknown color: approx Blumine. HEX triplet: 2C, 64 and 6D. RGB value is (44,100,109). Sum of RGB (Red+Green+Blue) = 44+100+109=253 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.39% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 109 - color contains mainly: blue. Hex color #2C646D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C646D is #D39B92. Grayscale: #545454. Windows color (decimal): -13867923 or 7169068. OLE color: 7169068.

HSL color Cylindrical-coordinate representation of color #2C646D: hue angle of 188.31º degrees, saturation: 0.42, 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 #2C646D is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB44100109-
CMYK0.600.0800.57
HSL188.31º42.48%30%-
HSV(B)188.31º59.63%42.75%-
XYZ8.3610.7516.1-
YUV84.28141.9599.27-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.39%
GREEN value IS 100 (39.45% from 255) = 39.53%
BLUE value IS 109 (42.97% from 255) = 43.08%
R=17.39%
G=39.53%
B=43.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal441001090.600.0800.57188.3142.4830
Hex2C646D3C8039bc2a1e
Octal5414415574100712745236
Binary10110011001001101101111100100001110011011110010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,100,109); }

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

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

 a { background-color: rgb(44,100,109); }

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

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

 span { border-color: rgb(44,100,109); }

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