Html Css Color HEX #318581 Atoll

📋 copy color: '#318581'

red 49 ◦ green 133 ◦ blue 129

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

Shades of Atoll #318581

Tints of Atoll #318581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.48%

R = 15.76%
G = 42.77%
B = 41.48%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#318581 (or 0x318581) is known color: Atoll. HEX triplet: 31, 85 and 81. RGB value is (49,133,129). Sum of RGB (Red+Green+Blue) = 49+133+129=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #318581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318581 is #CE7A7E. Grayscale: #6B6B6B. Windows color (decimal): -13531775 or 8488241. OLE color: 8488241.

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

Color convert

RGB 49 133 129 -
CMYK 0.63 0 0.03 0.48
HSL 177.14º 0.46% 0.36% -
HSV(B) 177.14º 0.63% 0.52% -
XYZ 13.62 19.01 23.72 -
YUV 107.43 140.17 86.33 -
System Red Green Blue C M Y K H S L
Decimal 49 133 129 0.63 0 0.03 0.48 177.14 0.46 0.36
Hex 31 85 81 3F 0 3 30 B1 2E 24
Octal 61 205 201 77 0 3 60 261 56 44
Binary 110001 10000101 10000001 111111 0 11 110000 10110001 101110 100100

Color Harmonies of #318581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318581

Black with #318581

Text Example


Text Example

White with #318581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318581; }

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

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

background-color css

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

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

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

border-color css

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

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

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