Html Css Color HEX #2E6C73 Atoll

📋 copy color: '#2E6C73'

red 46 ◦ green 108 ◦ blue 115

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

Shades of Atoll #2E6C73

Tints of Atoll #2E6C73

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.15%

 BLUE value IS 115 (45.31% from 255) = 42.75%

R = 17.1%
G = 40.15%
B = 42.75%

CMYK

 C value IS 0.6

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E6C73 (or 0x2E6C73) is known color: Atoll. HEX triplet: 2E, 6C and 73. RGB value is (46,108,115). Sum of RGB (Red+Green+Blue) = 46+108+115=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E6C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6C73 is #D1938C. Grayscale: #5A5A5A. Windows color (decimal): -13734797 or 7564334. OLE color: 7564334.

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

Color convert

RGB 46 108 115 -
CMYK 0.6 0.06 0 0.55
HSL 186.09º 0.43% 0.32% -
HSV(B) 186.09º 0.6% 0.45% -
XYZ 9.58 12.54 18.14 -
YUV 90.26 141.96 96.43 -
System Red Green Blue C M Y K H S L
Decimal 46 108 115 0.6 0.06 0 0.55 186.09 0.43 0.32
Hex 2E 6C 73 3C 6 0 37 BA 2B 20
Octal 56 154 163 74 6 0 67 272 53 40
Binary 101110 1101100 1110011 111100 110 0 110111 10111010 101011 100000

Color Harmonies of #2E6C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6C73

Black with #2E6C73

Text Example


Text Example

White with #2E6C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,108,115); }

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

background-color css

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

 a { background-color: rgb(46,108,115); }

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

border-color css

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

 span { border-color: rgb(46,108,115); }

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