Html Css Color HEX #318587 Atoll

📋 copy color: '#318587'

red 49 ◦ green 133 ◦ blue 135

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

Shades of Atoll #318587

Tints of Atoll #318587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.59%

R = 15.46%
G = 41.96%
B = 42.59%

CMYK

 C value IS 0.64

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#318587 (or 0x318587) is known color: Atoll. HEX triplet: 31, 85 and 87. RGB value is (49,133,135). Sum of RGB (Red+Green+Blue) = 49+133+135=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 135 - color contains mainly: blue. Hex color #318587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318587 is #CE7A78. Grayscale: #6C6C6C. Windows color (decimal): -13531769 or 8881457. OLE color: 8881457.

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

Color convert

RGB 49 133 135 -
CMYK 0.64 0.01 0 0.47
HSL 181.4º 0.47% 0.36% -
HSV(B) 181.4º 0.64% 0.53% -
XYZ 14.03 19.18 25.88 -
YUV 108.11 143.17 85.84 -
System Red Green Blue C M Y K H S L
Decimal 49 133 135 0.64 0.01 0 0.47 181.4 0.47 0.36
Hex 31 85 87 40 1 0 2F B5 2F 24
Octal 61 205 207 100 1 0 57 265 57 44
Binary 110001 10000101 10000111 1000000 1 0 101111 10110101 101111 100100

Color Harmonies of #318587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318587

Black with #318587

Text Example


Text Example

White with #318587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318587; }

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

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

background-color css

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

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

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

border-color css

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

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

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