Html Css Color HEX #2E818D Atoll

📋 copy color: '#2E818D'

red 46 ◦ green 129 ◦ blue 141

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

Shades of Atoll #2E818D

Tints of Atoll #2E818D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.82%

 BLUE value IS 141 (55.47% from 255) = 44.62%

R = 14.56%
G = 40.82%
B = 44.62%

CMYK

 C value IS 0.67

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E818D (or 0x2E818D) is known color: Atoll. HEX triplet: 2E, 81 and 8D. RGB value is (46,129,141). Sum of RGB (Red+Green+Blue) = 46+129+141=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E818D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E818D is #D17E72. Grayscale: #696969. Windows color (decimal): -13729395 or 9273646. OLE color: 9273646.

HSL color Cylindrical-coordinate representation of color #2E818D: hue angle of 187.58º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E818D is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 129 141 -
CMYK 0.67 0.09 0 0.45
HSL 187.58º 0.51% 0.37% -
HSV(B) 187.58º 0.67% 0.55% -
XYZ 13.78 18.2 27.99 -
YUV 105.55 148 85.52 -
System Red Green Blue C M Y K H S L
Decimal 46 129 141 0.67 0.09 0 0.45 187.58 0.51 0.37
Hex 2E 81 8D 43 9 0 2D BC 33 25
Octal 56 201 215 103 11 0 55 274 63 45
Binary 101110 10000001 10001101 1000011 1001 0 101101 10111100 110011 100101

Color Harmonies of #2E818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E818D

Black with #2E818D

Text Example


Text Example

White with #2E818D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,129,141); }

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

background-color css

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

 a { background-color: rgb(46,129,141); }

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

border-color css

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

 span { border-color: rgb(46,129,141); }

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