Html Css Color HEX #2E6F72 Atoll

📋 copy color: '#2E6F72'

red 46 ◦ green 111 ◦ blue 114

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

Shades of Atoll #2E6F72

Tints of Atoll #2E6F72

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.96%

 BLUE value IS 114 (44.92% from 255) = 42.07%

R = 16.97%
G = 40.96%
B = 42.07%

CMYK

 C value IS 0.60

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E6F72 (or 0x2E6F72) is known color: Atoll. HEX triplet: 2E, 6F and 72. RGB value is (46,111,114). Sum of RGB (Red+Green+Blue) = 46+111+114=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 114 - color contains mainly: blue. Hex color #2E6F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6F72 is #D1908D. Grayscale: #5B5B5B. Windows color (decimal): -13734030 or 7499566. OLE color: 7499566.

HSL color Cylindrical-coordinate representation of color #2E6F72: hue angle of 182.65º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E6F72 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 111 114 -
CMYK 0.60 0.03 0 0.55
HSL 182.65º 0.43% 0.31% -
HSV(B) 182.65º 0.6% 0.45% -
XYZ 9.85 13.16 17.94 -
YUV 91.91 140.47 95.26 -
System Red Green Blue C M Y K H S L
Decimal 46 111 114 0.60 0.03 0 0.55 182.65 0.43 0.31
Hex 2E 6F 72 3C 3 0 37 B7 2A 1F
Octal 56 157 162 74 3 0 67 267 52 37
Binary 101110 1101111 1110010 111100 11 0 110111 10110111 101010 11111

Color Harmonies of #2E6F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6F72

Black with #2E6F72

Text Example


Text Example

White with #2E6F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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