Html Css Color HEX #2E667D Blumine

📋 copy color: '#2E667D'

red 46 ◦ green 102 ◦ blue 125

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

Shades of Blumine #2E667D

Tints of Blumine #2E667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.36%

 BLUE value IS 125 (49.22% from 255) = 45.79%

R = 16.85%
G = 37.36%
B = 45.79%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E667D (or 0x2E667D) is known color: Blumine. HEX triplet: 2E, 66 and 7D. RGB value is (46,102,125). Sum of RGB (Red+Green+Blue) = 46+102+125=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E667D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E667D is #D19982. Grayscale: #575757. Windows color (decimal): -13736323 or 8218158. OLE color: 8218158.

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

Color convert

RGB 46 102 125 -
CMYK 0.63 0.18 0 0.51
HSL 197.47º 0.46% 0.34% -
HSV(B) 197.47º 0.63% 0.49% -
XYZ 9.58 11.56 21.13 -
YUV 87.88 148.95 98.13 -
System Red Green Blue C M Y K H S L
Decimal 46 102 125 0.63 0.18 0 0.51 197.47 0.46 0.34
Hex 2E 66 7D 3F 12 0 33 C5 2E 22
Octal 56 146 175 77 22 0 63 305 56 42
Binary 101110 1100110 1111101 111111 10010 0 110011 11000101 101110 100010

Color Harmonies of #2E667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E667D

Black with #2E667D

Text Example


Text Example

White with #2E667D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,102,125); }

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

background-color css

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

 a { background-color: rgb(46,102,125); }

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

border-color css

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

 span { border-color: rgb(46,102,125); }

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