Html Css Color HEX #2E848C Atoll

📋 copy color: '#2E848C'

red 46 ◦ green 132 ◦ blue 140

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

Shades of Atoll #2E848C

Tints of Atoll #2E848C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.51%

 BLUE value IS 140 (55.08% from 255) = 44.03%

R = 14.47%
G = 41.51%
B = 44.03%

CMYK

 C value IS 0.67

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E848C (or 0x2E848C) is known color: Atoll. HEX triplet: 2E, 84 and 8C. RGB value is (46,132,140). Sum of RGB (Red+Green+Blue) = 46+132+140=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E848C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E848C is #D17B73. Grayscale: #6B6B6B. Windows color (decimal): -13728628 or 9208878. OLE color: 9208878.

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

Color convert

RGB 46 132 140 -
CMYK 0.67 0.06 0 0.45
HSL 185.11º 0.51% 0.36% -
HSV(B) 185.11º 0.67% 0.55% -
XYZ 14.11 18.98 27.73 -
YUV 107.2 146.51 84.35 -
System Red Green Blue C M Y K H S L
Decimal 46 132 140 0.67 0.06 0 0.45 185.11 0.51 0.36
Hex 2E 84 8C 43 6 0 2D B9 33 24
Octal 56 204 214 103 6 0 55 271 63 44
Binary 101110 10000100 10001100 1000011 110 0 101101 10111001 110011 100100

Color Harmonies of #2E848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E848C

Black with #2E848C

Text Example


Text Example

White with #2E848C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,132,140); }

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

background-color css

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

 a { background-color: rgb(46,132,140); }

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

border-color css

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

 span { border-color: rgb(46,132,140); }

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