Html Css Color HEX #2E727D Atoll

📋 copy color: '#2E727D'

red 46 ◦ green 114 ◦ blue 125

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

Shades of Atoll #2E727D

Tints of Atoll #2E727D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40%

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

R = 16.14%
G = 40%
B = 43.86%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E727D (or 0x2E727D) is known color: Atoll. HEX triplet: 2E, 72 and 7D. RGB value is (46,114,125). Sum of RGB (Red+Green+Blue) = 46+114+125=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E727D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E727D is #D18D82. Grayscale: #5E5E5E. Windows color (decimal): -13733251 or 8221230. OLE color: 8221230.

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

Color convert

RGB 46 114 125 -
CMYK 0.63 0.09 0 0.51
HSL 188.35º 0.46% 0.34% -
HSV(B) 188.35º 0.63% 0.49% -
XYZ 10.85 14.1 21.55 -
YUV 94.92 144.97 93.11 -
System Red Green Blue C M Y K H S L
Decimal 46 114 125 0.63 0.09 0 0.51 188.35 0.46 0.34
Hex 2E 72 7D 3F 9 0 33 BC 2E 22
Octal 56 162 175 77 11 0 63 274 56 42
Binary 101110 1110010 1111101 111111 1001 0 110011 10111100 101110 100010

Color Harmonies of #2E727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E727D

Black with #2E727D

Text Example


Text Example

White with #2E727D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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