Html Css Color HEX #2E727A Atoll

📋 copy color: '#2E727A'

red 46 ◦ green 114 ◦ blue 122

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

Shades of Atoll #2E727A

Tints of Atoll #2E727A

RGB

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

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

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

R = 16.31%
G = 40.43%
B = 43.26%

CMYK

 C value IS 0.62

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2E727A (or 0x2E727A) is known color: Atoll. HEX triplet: 2E, 72 and 7A. RGB value is (46,114,122). Sum of RGB (Red+Green+Blue) = 46+114+122=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: blue. Hex color #2E727A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E727A is #D18D85. Grayscale: #5E5E5E. Windows color (decimal): -13733254 or 8024622. OLE color: 8024622.

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

Color convert

RGB 46 114 122 -
CMYK 0.62 0.07 0 0.52
HSL 186.32º 0.45% 0.33% -
HSV(B) 186.32º 0.62% 0.48% -
XYZ 10.66 14.02 20.56 -
YUV 94.58 143.47 93.35 -
System Red Green Blue C M Y K H S L
Decimal 46 114 122 0.62 0.07 0 0.52 186.32 0.45 0.33
Hex 2E 72 7A 3E 7 0 34 BA 2D 21
Octal 56 162 172 76 7 0 64 272 55 41
Binary 101110 1110010 1111010 111110 111 0 110100 10111010 101101 100001

Color Harmonies of #2E727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E727A

Black with #2E727A

Text Example


Text Example

White with #2E727A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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