Html Css Color HEX #318483 Atoll

📋 copy color: '#318483'

red 49 ◦ green 132 ◦ blue 131

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

Shades of Atoll #318483

Tints of Atoll #318483

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.31%

 BLUE value IS 131 (51.56% from 255) = 41.99%

R = 15.71%
G = 42.31%
B = 41.99%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#318483 (or 0x318483) is known color: Atoll. HEX triplet: 31, 84 and 83. RGB value is (49,132,131). Sum of RGB (Red+Green+Blue) = 49+132+131=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 132 - color contains mainly: green. Hex color #318483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318483 is #CE7B7C. Grayscale: #6A6A6A. Windows color (decimal): -13532029 or 8619057. OLE color: 8619057.

HSL color Cylindrical-coordinate representation of color #318483: hue angle of 179.28º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318483 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 132 131 -
CMYK 0.63 0 0.01 0.48
HSL 179.28º 0.46% 0.35% -
HSV(B) 179.28º 0.63% 0.52% -
XYZ 13.61 18.79 24.38 -
YUV 107.07 141.5 86.58 -
System Red Green Blue C M Y K H S L
Decimal 49 132 131 0.63 0 0.01 0.48 179.28 0.46 0.35
Hex 31 84 83 3F 0 1 30 B3 2E 23
Octal 61 204 203 77 0 1 60 263 56 43
Binary 110001 10000100 10000011 111111 0 1 110000 10110011 101110 100011

Color Harmonies of #318483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318483

Black with #318483

Text Example


Text Example

White with #318483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318483; }

 p { color: rgb(49,132,131); }

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

background-color css

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

 a { background-color: rgb(49,132,131); }

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

border-color css

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

 span { border-color: rgb(49,132,131); }

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