Html Css Color HEX #318586 Atoll

📋 copy color: '#318586'

red 49 ◦ green 133 ◦ blue 134

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

Shades of Atoll #318586

Tints of Atoll #318586

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.09%

 BLUE value IS 134 (52.73% from 255) = 42.41%

R = 15.51%
G = 42.09%
B = 42.41%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#318586 (or 0x318586) is known color: Atoll. HEX triplet: 31, 85 and 86. RGB value is (49,133,134). Sum of RGB (Red+Green+Blue) = 49+133+134=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 134 - color contains mainly: blue. Hex color #318586 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318586 is #CE7A79. Grayscale: #6B6B6B. Windows color (decimal): -13531770 or 8815921. OLE color: 8815921.

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

Color convert

RGB 49 133 134 -
CMYK 0.63 0.01 0 0.47
HSL 180.71º 0.46% 0.36% -
HSV(B) 180.71º 0.63% 0.53% -
XYZ 13.96 19.15 25.51 -
YUV 108 142.67 85.92 -
System Red Green Blue C M Y K H S L
Decimal 49 133 134 0.63 0.01 0 0.47 180.71 0.46 0.36
Hex 31 85 86 3F 1 0 2F B5 2E 24
Octal 61 205 206 77 1 0 57 265 56 44
Binary 110001 10000101 10000110 111111 1 0 101111 10110101 101110 100100

Color Harmonies of #318586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318586

Black with #318586

Text Example


Text Example

White with #318586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318586; }

 p { color: rgb(49,133,134); }

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

background-color css

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

 a { background-color: rgb(49,133,134); }

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

border-color css

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

 span { border-color: rgb(49,133,134); }

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