Html Css Color HEX #318280 Atoll

📋 copy color: '#318280'

red 49 ◦ green 130 ◦ blue 128

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

Shades of Atoll #318280

Tints of Atoll #318280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 41.69%

R = 15.96%
G = 42.35%
B = 41.69%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#318280 (or 0x318280) is known color: Atoll. HEX triplet: 31, 82 and 80. RGB value is (49,130,128). Sum of RGB (Red+Green+Blue) = 49+130+128=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #318280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318280 is #CE7D7F. Grayscale: #696969. Windows color (decimal): -13532544 or 8421937. OLE color: 8421937.

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

Color convert

RGB 49 130 128 -
CMYK 0.62 0 0.02 0.49
HSL 178.52º 0.45% 0.35% -
HSV(B) 178.52º 0.62% 0.51% -
XYZ 13.15 18.18 23.24 -
YUV 105.55 140.66 87.66 -
System Red Green Blue C M Y K H S L
Decimal 49 130 128 0.62 0 0.02 0.49 178.52 0.45 0.35
Hex 31 82 80 3E 0 2 31 B3 2D 23
Octal 61 202 200 76 0 2 61 263 55 43
Binary 110001 10000010 10000000 111110 0 10 110001 10110011 101101 100011

Color Harmonies of #318280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318280

Black with #318280

Text Example


Text Example

White with #318280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318280; }

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

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

background-color css

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

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

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

border-color css

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

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

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