Html Css Color HEX #2E777C Atoll

📋 copy color: '#2E777C'

red 46 ◦ green 119 ◦ blue 124

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

Shades of Atoll #2E777C

Tints of Atoll #2E777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.18%

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

R = 15.92%
G = 41.18%
B = 42.91%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E777C (or 0x2E777C) is known color: Atoll. HEX triplet: 2E, 77 and 7C. RGB value is (46,119,124). Sum of RGB (Red+Green+Blue) = 46+119+124=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E777C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E777C is #D18883. Grayscale: #616161. Windows color (decimal): -13731972 or 8156974. OLE color: 8156974.

HSL color Cylindrical-coordinate representation of color #2E777C: hue angle of 183.85º 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 #2E777C is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 119 124 -
CMYK 0.63 0.04 0 0.51
HSL 183.85º 0.46% 0.33% -
HSV(B) 183.85º 0.63% 0.49% -
XYZ 11.36 15.23 21.41 -
YUV 97.74 142.82 91.09 -
System Red Green Blue C M Y K H S L
Decimal 46 119 124 0.63 0.04 0 0.51 183.85 0.46 0.33
Hex 2E 77 7C 3F 4 0 33 B8 2E 21
Octal 56 167 174 77 4 0 63 270 56 41
Binary 101110 1110111 1111100 111111 100 0 110011 10111000 101110 100001

Color Harmonies of #2E777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E777C

Black with #2E777C

Text Example


Text Example

White with #2E777C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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