Html Css Color HEX #2E657A Blumine

📋 copy color: '#2E657A'

red 46 ◦ green 101 ◦ blue 122

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

Shades of Blumine #2E657A

Tints of Blumine #2E657A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 45.35%

R = 17.1%
G = 37.55%
B = 45.35%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2E657A (or 0x2E657A) is known color: Blumine. HEX triplet: 2E, 65 and 7A. RGB value is (46,101,122). Sum of RGB (Red+Green+Blue) = 46+101+122=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 122 - color contains mainly: blue. Hex color #2E657A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E657A is #D19A85. Grayscale: #565656. Windows color (decimal): -13736582 or 8021294. OLE color: 8021294.

HSL color Cylindrical-coordinate representation of color #2E657A: hue angle of 196.58º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E657A is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 46 101 122 -
CMYK 0.62 0.17 0 0.52
HSL 196.58º 0.45% 0.33% -
HSV(B) 196.58º 0.62% 0.48% -
XYZ 9.29 11.29 20.1 -
YUV 86.95 147.78 98.79 -
System Red Green Blue C M Y K H S L
Decimal 46 101 122 0.62 0.17 0 0.52 196.58 0.45 0.33
Hex 2E 65 7A 3E 11 0 34 C5 2D 21
Octal 56 145 172 76 21 0 64 305 55 41
Binary 101110 1100101 1111010 111110 10001 0 110100 11000101 101101 100001

Color Harmonies of #2E657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E657A

Black with #2E657A

Text Example


Text Example

White with #2E657A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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