Html Css Color HEX #2E6C74 Atoll

📋 copy color: '#2E6C74'

red 46 ◦ green 108 ◦ blue 116

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

Shades of Atoll #2E6C74

Tints of Atoll #2E6C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.96%

R = 17.04%
G = 40%
B = 42.96%

CMYK

 C value IS 0.60

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E6C74 (or 0x2E6C74) is known color: Atoll. HEX triplet: 2E, 6C and 74. RGB value is (46,108,116). Sum of RGB (Red+Green+Blue) = 46+108+116=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 116 - color contains mainly: blue. Hex color #2E6C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6C74 is #D1938B. Grayscale: #5A5A5A. Windows color (decimal): -13734796 or 7629870. OLE color: 7629870.

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

Color convert

RGB 46 108 116 -
CMYK 0.60 0.07 0 0.55
HSL 186.86º 0.43% 0.32% -
HSV(B) 186.86º 0.6% 0.45% -
XYZ 9.64 12.57 18.44 -
YUV 90.37 142.46 96.35 -
System Red Green Blue C M Y K H S L
Decimal 46 108 116 0.60 0.07 0 0.55 186.86 0.43 0.32
Hex 2E 6C 74 3C 7 0 37 BB 2B 20
Octal 56 154 164 74 7 0 67 273 53 40
Binary 101110 1101100 1110100 111100 111 0 110111 10111011 101011 100000

Color Harmonies of #2E6C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6C74

Black with #2E6C74

Text Example


Text Example

White with #2E6C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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