Html Css Color HEX #318485 Atoll

📋 copy color: '#318485'

red 49 ◦ green 132 ◦ blue 133

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

Shades of Atoll #318485

Tints of Atoll #318485

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.04%

 BLUE value IS 133 (52.34% from 255) = 42.36%

R = 15.61%
G = 42.04%
B = 42.36%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#318485 (or 0x318485) is known color: Atoll. HEX triplet: 31, 84 and 85. RGB value is (49,132,133). Sum of RGB (Red+Green+Blue) = 49+132+133=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #318485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318485 is #CE7B7A. Grayscale: #6B6B6B. Windows color (decimal): -13532027 or 8750129. OLE color: 8750129.

HSL color Cylindrical-coordinate representation of color #318485: hue angle of 180.71º 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 #318485 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 132 133 -
CMYK 0.63 0.01 0 0.48
HSL 180.71º 0.46% 0.36% -
HSV(B) 180.71º 0.63% 0.52% -
XYZ 13.75 18.85 25.1 -
YUV 107.3 142.5 86.42 -
System Red Green Blue C M Y K H S L
Decimal 49 132 133 0.63 0.01 0 0.48 180.71 0.46 0.36
Hex 31 84 85 3F 1 0 30 B5 2E 24
Octal 61 204 205 77 1 0 60 265 56 44
Binary 110001 10000100 10000101 111111 1 0 110000 10110101 101110 100100

Color Harmonies of #318485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318485

Black with #318485

Text Example


Text Example

White with #318485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318485; }

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

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

background-color css

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

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

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

border-color css

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

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

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