Html Css Color HEX #2E617A Blumine

📋 copy color: '#2E617A'

red 46 ◦ green 97 ◦ blue 122

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

Shades of Blumine #2E617A

Tints of Blumine #2E617A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.6%

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

R = 17.36%
G = 36.6%
B = 46.04%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2E617A (or 0x2E617A) is known color: Blumine. HEX triplet: 2E, 61 and 7A. RGB value is (46,97,122). Sum of RGB (Red+Green+Blue) = 46+97+122=265 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.36% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 122 - color contains mainly: blue. Hex color #2E617A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E617A is #D19E85. Grayscale: #545454. Windows color (decimal): -13737606 or 8020270. OLE color: 8020270.

HSL color Cylindrical-coordinate representation of color #2E617A: hue angle of 199.74º 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 #2E617A is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 46 97 122 -
CMYK 0.62 0.20 0 0.52
HSL 199.74º 0.45% 0.33% -
HSV(B) 199.74º 0.62% 0.48% -
XYZ 8.91 10.54 19.98 -
YUV 84.6 149.1 100.47 -
System Red Green Blue C M Y K H S L
Decimal 46 97 122 0.62 0.20 0 0.52 199.74 0.45 0.33
Hex 2E 61 7A 3E 14 0 34 C8 2D 21
Octal 56 141 172 76 24 0 64 310 55 41
Binary 101110 1100001 1111010 111110 10100 0 110100 11001000 101101 100001

Color Harmonies of #2E617A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E617A

Black with #2E617A

Text Example


Text Example

White with #2E617A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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