#2C606E

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

Shades of Blumine #2C606E

Tints of Blumine #2C606E

Color information

#2C606E (or 0x2C606E) is unknown color: approx Blumine. HEX triplet: 2C, 60 and 6E. RGB value is (44,96,110). Sum of RGB (Red+Green+Blue) = 44+96+110=250 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.6% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 110 - color contains mainly: blue. Hex color #2C606E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C606E is #D39F91. Grayscale: #515151. Windows color (decimal): -13868946 or 7233580. OLE color: 7233580.

HSL color Cylindrical-coordinate representation of color #2C606E: hue angle of 192.73º 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 #2C606E is Cyan = 0.6, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4496110-
CMYK0.60.1300.57
HSL192.73º42.86%30.2%-
HSV(B)192.73º60%43.14%-
XYZ8.0410.0316.26-
YUV82.05143.77100.86-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.6%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 110 (43.36% from 255) = 44%
R=17.6%
G=38.4%
B=44%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44961100.60.1300.57192.7342.8630.2
Hex2C606E3CD039c12b1e
Octal5414015674150713015336
Binary10110011000001101110111100110101110011100000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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