Html Css Color HEX #318081 Atoll

📋 copy color: '#318081'

red 49 ◦ green 128 ◦ blue 129

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

Shades of Atoll #318081

Tints of Atoll #318081

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.83%

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

R = 16.01%
G = 41.83%
B = 42.16%

CMYK

 C value IS 0.62

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#318081 (or 0x318081) is known color: Atoll. HEX triplet: 31, 80 and 81. RGB value is (49,128,129). Sum of RGB (Red+Green+Blue) = 49+128+129=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 129 - color contains mainly: blue. Hex color #318081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318081 is #CE7F7E. Grayscale: #686868. Windows color (decimal): -13533055 or 8486961. OLE color: 8486961.

HSL color Cylindrical-coordinate representation of color #318081: hue angle of 180.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318081 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 128 129 -
CMYK 0.62 0.01 0 0.49
HSL 180.75º 0.45% 0.35% -
HSV(B) 180.75º 0.62% 0.51% -
XYZ 12.95 17.68 23.5 -
YUV 104.49 141.83 88.42 -
System Red Green Blue C M Y K H S L
Decimal 49 128 129 0.62 0.01 0 0.49 180.75 0.45 0.35
Hex 31 80 81 3E 1 0 31 B5 2D 23
Octal 61 200 201 76 1 0 61 265 55 43
Binary 110001 10000000 10000001 111110 1 0 110001 10110101 101101 100011

Color Harmonies of #318081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318081

Black with #318081

Text Example


Text Example

White with #318081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318081; }

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

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

background-color css

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

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

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

border-color css

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

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

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