Html Css Color HEX #31818C Atoll

📋 copy color: '#31818C'

red 49 ◦ green 129 ◦ blue 140

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

Shades of Atoll #31818C

Tints of Atoll #31818C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.57%

 BLUE value IS 140 (55.08% from 255) = 44.03%

R = 15.41%
G = 40.57%
B = 44.03%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31818C (or 0x31818C) is known color: Atoll. HEX triplet: 31, 81 and 8C. RGB value is (49,129,140). Sum of RGB (Red+Green+Blue) = 49+129+140=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #31818C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31818C is #CE7E73. Grayscale: #6A6A6A. Windows color (decimal): -13532788 or 9208113. OLE color: 9208113.

HSL color Cylindrical-coordinate representation of color #31818C: hue angle of 187.25º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31818C is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 129 140 -
CMYK 0.65 0.08 0 0.45
HSL 187.25º 0.48% 0.37% -
HSV(B) 187.25º 0.65% 0.55% -
XYZ 13.85 18.25 27.6 -
YUV 106.33 147 87.11 -
System Red Green Blue C M Y K H S L
Decimal 49 129 140 0.65 0.08 0 0.45 187.25 0.48 0.37
Hex 31 81 8C 41 8 0 2D BB 30 25
Octal 61 201 214 101 10 0 55 273 60 45
Binary 110001 10000001 10001100 1000001 1000 0 101101 10111011 110000 100101

Color Harmonies of #31818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31818C

Black with #31818C

Text Example


Text Example

White with #31818C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31818C; }

 p { color: rgb(49,129,140); }

 H1.HeaderClassName
 {
   color: #31818C;
 }
 .AnyTagClassName
 {
   color: #31818C;
 }
</style>

background-color css

<style>
 a { background-color: #31818C; }

 a { background-color: rgb(49,129,140); }

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

border-color css

<style>
 span { border-color: #31818C; }

 span { border-color: rgb(49,129,140); }

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