Html Css Color HEX #318883 Atoll

📋 copy color: '#318883'

red 49 ◦ green 136 ◦ blue 131

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

Shades of Atoll #318883

Tints of Atoll #318883

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.04%

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

R = 15.51%
G = 43.04%
B = 41.46%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#318883 (or 0x318883) is known color: Atoll. HEX triplet: 31, 88 and 83. RGB value is (49,136,131). Sum of RGB (Red+Green+Blue) = 49+136+131=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #318883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318883 is #CE777C. Grayscale: #6D6D6D. Windows color (decimal): -13531005 or 8620081. OLE color: 8620081.

HSL color Cylindrical-coordinate representation of color #318883: hue angle of 176.55º 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 #318883 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 136 131 -
CMYK 0.64 0 0.04 0.47
HSL 176.55º 0.47% 0.36% -
HSV(B) 176.55º 0.64% 0.53% -
XYZ 14.17 19.9 24.57 -
YUV 109.42 140.18 84.91 -
System Red Green Blue C M Y K H S L
Decimal 49 136 131 0.64 0 0.04 0.47 176.55 0.47 0.36
Hex 31 88 83 40 0 4 2F B1 2F 24
Octal 61 210 203 100 0 4 57 261 57 44
Binary 110001 10001000 10000011 1000000 0 100 101111 10110001 101111 100100

Color Harmonies of #318883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318883

Black with #318883

Text Example


Text Example

White with #318883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318883; }

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

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

background-color css

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

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

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

border-color css

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

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

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