Html Css Color HEX #2E657C Blumine

📋 copy color: '#2E657C'

red 46 ◦ green 101 ◦ blue 124

#2E657C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blumine #2E657C

Tints of Blumine #2E657C

RGB

 RED value IS 46 (18.36% from 255) = 16.97%

 GREEN value IS 101 (39.84% from 255) = 37.27%

 BLUE value IS 124 (48.83% from 255) = 45.76%

R = 16.97%
G = 37.27%
B = 45.76%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E657C (or 0x2E657C) is known color: Blumine. HEX triplet: 2E, 65 and 7C. RGB value is (46,101,124). Sum of RGB (Red+Green+Blue) = 46+101+124=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E657C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E657C is #D19A83. Grayscale: #575757. Windows color (decimal): -13736580 or 8152366. OLE color: 8152366.

HSL color Cylindrical-coordinate representation of color #2E657C: hue angle of 197.69º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E657C is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 101 124 -
CMYK 0.63 0.19 0 0.51
HSL 197.69º 0.46% 0.33% -
HSV(B) 197.69º 0.63% 0.49% -
XYZ 9.42 11.34 20.76 -
YUV 87.18 148.78 98.63 -
System Red Green Blue C M Y K H S L
Decimal 46 101 124 0.63 0.19 0 0.51 197.69 0.46 0.33
Hex 2E 65 7C 3F 13 0 33 C6 2E 21
Octal 56 145 174 77 23 0 63 306 56 41
Binary 101110 1100101 1111100 111111 10011 0 110011 11000110 101110 100001

Color Harmonies of #2E657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E657C

Black with #2E657C

Text Example


Text Example

White with #2E657C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,101,124); }

 H1.HeaderClassName
 {
   color: #2E657C;
 }
 .AnyTagClassName
 {
   color: #2E657C;
 }
</style>

background-color css

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

 a { background-color: rgb(46,101,124); }

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

border-color css

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

 span { border-color: rgb(46,101,124); }

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