Html Css Color HEX #2E717C Atoll

📋 copy color: '#2E717C'

red 46 ◦ green 113 ◦ blue 124

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

Shades of Atoll #2E717C

Tints of Atoll #2E717C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.93%

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

R = 16.25%
G = 39.93%
B = 43.82%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E717C (or 0x2E717C) is known color: Atoll. HEX triplet: 2E, 71 and 7C. RGB value is (46,113,124). Sum of RGB (Red+Green+Blue) = 46+113+124=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E717C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E717C is #D18E83. Grayscale: #5E5E5E. Windows color (decimal): -13733508 or 8155438. OLE color: 8155438.

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

Color convert

RGB 46 113 124 -
CMYK 0.63 0.09 0 0.51
HSL 188.46º 0.46% 0.33% -
HSV(B) 188.46º 0.63% 0.49% -
XYZ 10.67 13.85 21.18 -
YUV 94.22 144.8 93.61 -
System Red Green Blue C M Y K H S L
Decimal 46 113 124 0.63 0.09 0 0.51 188.46 0.46 0.33
Hex 2E 71 7C 3F 9 0 33 BC 2E 21
Octal 56 161 174 77 11 0 63 274 56 41
Binary 101110 1110001 1111100 111111 1001 0 110011 10111100 101110 100001

Color Harmonies of #2E717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E717C

Black with #2E717C

Text Example


Text Example

White with #2E717C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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