Html Css Color HEX #2E667C Blumine

📋 copy color: '#2E667C'

red 46 ◦ green 102 ◦ blue 124

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

Shades of Blumine #2E667C

Tints of Blumine #2E667C

RGB

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

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

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

R = 16.91%
G = 37.5%
B = 45.59%

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

#2E667C (or 0x2E667C) is known color: Blumine. HEX triplet: 2E, 66 and 7C. RGB value is (46,102,124). Sum of RGB (Red+Green+Blue) = 46+102+124=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E667C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E667C is #D19983. Grayscale: #575757. Windows color (decimal): -13736324 or 8152622. OLE color: 8152622.

HSL color Cylindrical-coordinate representation of color #2E667C: hue angle of 196.92º 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 #2E667C is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 102 124 -
CMYK 0.63 0.18 0 0.51
HSL 196.92º 0.46% 0.33% -
HSV(B) 196.92º 0.63% 0.49% -
XYZ 9.52 11.54 20.79 -
YUV 87.76 148.45 98.21 -
System Red Green Blue C M Y K H S L
Decimal 46 102 124 0.63 0.18 0 0.51 196.92 0.46 0.33
Hex 2E 66 7C 3F 12 0 33 C5 2E 21
Octal 56 146 174 77 22 0 63 305 56 41
Binary 101110 1100110 1111100 111111 10010 0 110011 11000101 101110 100001

Color Harmonies of #2E667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E667C

Black with #2E667C

Text Example


Text Example

White with #2E667C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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