Html Css Color HEX #2E727B Atoll

📋 copy color: '#2E727B'

red 46 ◦ green 114 ◦ blue 123

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

Shades of Atoll #2E727B

Tints of Atoll #2E727B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 43.46%

R = 16.25%
G = 40.28%
B = 43.46%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2E727B (or 0x2E727B) is known color: Atoll. HEX triplet: 2E, 72 and 7B. RGB value is (46,114,123). Sum of RGB (Red+Green+Blue) = 46+114+123=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #2E727B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E727B is #D18D84. Grayscale: #5E5E5E. Windows color (decimal): -13733253 or 8090158. OLE color: 8090158.

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

Color convert

RGB 46 114 123 -
CMYK 0.63 0.07 0 0.52
HSL 187.01º 0.46% 0.33% -
HSV(B) 187.01º 0.63% 0.48% -
XYZ 10.72 14.05 20.88 -
YUV 94.69 143.97 93.27 -
System Red Green Blue C M Y K H S L
Decimal 46 114 123 0.63 0.07 0 0.52 187.01 0.46 0.33
Hex 2E 72 7B 3F 7 0 34 BB 2E 21
Octal 56 162 173 77 7 0 64 273 56 41
Binary 101110 1110010 1111011 111111 111 0 110100 10111011 101110 100001

Color Harmonies of #2E727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E727B

Black with #2E727B

Text Example


Text Example

White with #2E727B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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