Html Css Color HEX #31827E Atoll

📋 copy color: '#31827E'

red 49 ◦ green 130 ◦ blue 126

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

Shades of Atoll #31827E

Tints of Atoll #31827E

RGB

 RED value IS 49 (19.53% from 255) = 16.07%

 GREEN value IS 130 (51.17% from 255) = 42.62%

 BLUE value IS 126 (49.61% from 255) = 41.31%

R = 16.07%
G = 42.62%
B = 41.31%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#31827E (or 0x31827E) is known color: Atoll. HEX triplet: 31, 82 and 7E. RGB value is (49,130,126). Sum of RGB (Red+Green+Blue) = 49+130+126=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #31827E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31827E is #CE7D81. Grayscale: #696969. Windows color (decimal): -13532546 or 8290865. OLE color: 8290865.

HSL color Cylindrical-coordinate representation of color #31827E: hue angle of 177.04º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31827E is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 130 126 -
CMYK 0.62 0 0.03 0.49
HSL 177.04º 0.45% 0.35% -
HSV(B) 177.04º 0.62% 0.51% -
XYZ 13.02 18.12 22.55 -
YUV 105.33 139.66 87.83 -
System Red Green Blue C M Y K H S L
Decimal 49 130 126 0.62 0 0.03 0.49 177.04 0.45 0.35
Hex 31 82 7E 3E 0 3 31 B1 2D 23
Octal 61 202 176 76 0 3 61 261 55 43
Binary 110001 10000010 1111110 111110 0 11 110001 10110001 101101 100011

Color Harmonies of #31827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31827E

Black with #31827E

Text Example


Text Example

White with #31827E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31827E; }

 p { color: rgb(49,130,126); }

 H1.HeaderClassName
 {
   color: #31827E;
 }
 .AnyTagClassName
 {
   color: #31827E;
 }
</style>

background-color css

<style>
 a { background-color: #31827E; }

 a { background-color: rgb(49,130,126); }

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

border-color css

<style>
 span { border-color: #31827E; }

 span { border-color: rgb(49,130,126); }

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