Html Css Color HEX #2E787C Atoll

📋 copy color: '#2E787C'

red 46 ◦ green 120 ◦ blue 124

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

Shades of Atoll #2E787C

Tints of Atoll #2E787C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.38%

 BLUE value IS 124 (48.83% from 255) = 42.76%

R = 15.86%
G = 41.38%
B = 42.76%

CMYK

 C value IS 0.63

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E787C (or 0x2E787C) is known color: Atoll. HEX triplet: 2E, 78 and 7C. RGB value is (46,120,124). Sum of RGB (Red+Green+Blue) = 46+120+124=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E787C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E787C is #D18783. Grayscale: #626262. Windows color (decimal): -13731716 or 8157230. OLE color: 8157230.

HSL color Cylindrical-coordinate representation of color #2E787C: hue angle of 183.08º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E787C is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 120 124 -
CMYK 0.63 0.03 0 0.51
HSL 183.08º 0.46% 0.33% -
HSV(B) 183.08º 0.63% 0.49% -
XYZ 11.48 15.47 21.45 -
YUV 98.33 142.48 90.67 -
System Red Green Blue C M Y K H S L
Decimal 46 120 124 0.63 0.03 0 0.51 183.08 0.46 0.33
Hex 2E 78 7C 3F 3 0 33 B7 2E 21
Octal 56 170 174 77 3 0 63 267 56 41
Binary 101110 1111000 1111100 111111 11 0 110011 10110111 101110 100001

Color Harmonies of #2E787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E787C

Black with #2E787C

Text Example


Text Example

White with #2E787C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,120,124); }

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

background-color css

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

 a { background-color: rgb(46,120,124); }

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

border-color css

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

 span { border-color: rgb(46,120,124); }

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