Html Css Color HEX #317982 Atoll

📋 copy color: '#317982'

red 49 ◦ green 121 ◦ blue 130

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

Shades of Atoll #317982

Tints of Atoll #317982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.33%

 BLUE value IS 130 (51.17% from 255) = 43.33%

R = 16.33%
G = 40.33%
B = 43.33%

CMYK

 C value IS 0.62

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#317982 (or 0x317982) is known color: Atoll. HEX triplet: 31, 79 and 82. RGB value is (49,121,130). Sum of RGB (Red+Green+Blue) = 49+121+130=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #317982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317982 is #CE867D. Grayscale: #646464. Windows color (decimal): -13534846 or 8550705. OLE color: 8550705.

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

Color convert

RGB 49 121 130 -
CMYK 0.62 0.07 0 0.49
HSL 186.67º 0.45% 0.35% -
HSV(B) 186.67º 0.62% 0.51% -
XYZ 12.13 15.94 23.56 -
YUV 100.5 144.65 91.27 -
System Red Green Blue C M Y K H S L
Decimal 49 121 130 0.62 0.07 0 0.49 186.67 0.45 0.35
Hex 31 79 82 3E 7 0 31 BB 2D 23
Octal 61 171 202 76 7 0 61 273 55 43
Binary 110001 1111001 10000010 111110 111 0 110001 10111011 101101 100011

Color Harmonies of #317982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317982

Black with #317982

Text Example


Text Example

White with #317982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317982; }

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

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

background-color css

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

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

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

border-color css

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

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

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