#2e636c

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

Shades of Blumine #2E636C

Tints of Blumine #2E636C

Color information

#2E636C (or 0x2E636C) is unknown color: approx Blumine. HEX triplet: 2E, 63 and 6C. RGB value is (46,99,108). Sum of RGB (Red+Green+Blue) = 46+99+108=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E636C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E636C is #D19C93. Grayscale: #545454. Windows color (decimal): -13737108 or 7103278. OLE color: 7103278.

HSL color Cylindrical-coordinate representation of color #2E636C: hue angle of 188.71º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E636C is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4699108-
CMYK0.570.0800.58
HSL188.71º40.26%30.2%-
HSV(B)188.71º57.41%42.35%-
XYZ8.310.5915.79-
YUV84.18141.44100.77-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.18%
GREEN value IS 99 (39.06% from 255) = 39.13%
BLUE value IS 108 (42.58% from 255) = 42.69%
R=18.18%
G=39.13%
B=42.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46991080.570.0800.58188.7140.2630.2
Hex2E636C39803Abd281e
Octal5614315471100722755036
Binary10111011000111101100111001100001110101011110110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e636c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,99,108); }

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

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

 a { background-color: rgb(46,99,108); }

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

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

 span { border-color: rgb(46,99,108); }

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