Html Css Color HEX #31828A Atoll

📋 copy color: '#31828A'

red 49 ◦ green 130 ◦ blue 138

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

Shades of Atoll #31828A

Tints of Atoll #31828A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.53%

R = 15.46%
G = 41.01%
B = 43.53%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#31828A (or 0x31828A) is known color: Atoll. HEX triplet: 31, 82 and 8A. RGB value is (49,130,138). Sum of RGB (Red+Green+Blue) = 49+130+138=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 138 - color contains mainly: blue. Hex color #31828A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31828A is #CE7D75. Grayscale: #6A6A6A. Windows color (decimal): -13532534 or 9077297. OLE color: 9077297.

HSL color Cylindrical-coordinate representation of color #31828A: hue angle of 185.39º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31828A is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 130 138 -
CMYK 0.64 0.06 0 0.46
HSL 185.39º 0.48% 0.37% -
HSV(B) 185.39º 0.64% 0.54% -
XYZ 13.84 18.45 26.88 -
YUV 106.69 145.66 86.85 -
System Red Green Blue C M Y K H S L
Decimal 49 130 138 0.64 0.06 0 0.46 185.39 0.48 0.37
Hex 31 82 8A 40 6 0 2E B9 30 25
Octal 61 202 212 100 6 0 56 271 60 45
Binary 110001 10000010 10001010 1000000 110 0 101110 10111001 110000 100101

Color Harmonies of #31828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31828A

Black with #31828A

Text Example


Text Example

White with #31828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31828A; }

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

 H1.HeaderClassName
 {
   color: #31828A;
 }
 .AnyTagClassName
 {
   color: #31828A;
 }
</style>

background-color css

<style>
 a { background-color: #31828A; }

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

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

border-color css

<style>
 span { border-color: #31828A; }

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

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