Html Css Color HEX #318281 Atoll

📋 copy color: '#318281'

red 49 ◦ green 130 ◦ blue 129

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

Shades of Atoll #318281

Tints of Atoll #318281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.88%

R = 15.91%
G = 42.21%
B = 41.88%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#318281 (or 0x318281) is known color: Atoll. HEX triplet: 31, 82 and 81. RGB value is (49,130,129). Sum of RGB (Red+Green+Blue) = 49+130+129=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #318281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318281 is #CE7D7E. Grayscale: #696969. Windows color (decimal): -13532543 or 8487473. OLE color: 8487473.

HSL color Cylindrical-coordinate representation of color #318281: hue angle of 179.26º 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 #318281 is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 130 129 -
CMYK 0.62 0 0.01 0.49
HSL 179.26º 0.45% 0.35% -
HSV(B) 179.26º 0.62% 0.51% -
XYZ 13.21 18.2 23.59 -
YUV 105.67 141.16 87.58 -
System Red Green Blue C M Y K H S L
Decimal 49 130 129 0.62 0 0.01 0.49 179.26 0.45 0.35
Hex 31 82 81 3E 0 1 31 B3 2D 23
Octal 61 202 201 76 0 1 61 263 55 43
Binary 110001 10000010 10000001 111110 0 1 110001 10110011 101101 100011

Color Harmonies of #318281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318281

Black with #318281

Text Example


Text Example

White with #318281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318281; }

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

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

background-color css

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

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

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

border-color css

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

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

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