Html Css Color HEX #318385 Atoll

📋 copy color: '#318385'

red 49 ◦ green 131 ◦ blue 133

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

Shades of Atoll #318385

Tints of Atoll #318385

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.85%

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

R = 15.65%
G = 41.85%
B = 42.49%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#318385 (or 0x318385) is known color: Atoll. HEX triplet: 31, 83 and 85. RGB value is (49,131,133). Sum of RGB (Red+Green+Blue) = 49+131+133=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #318385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318385 is #CE7C7A. Grayscale: #6A6A6A. Windows color (decimal): -13532283 or 8749873. OLE color: 8749873.

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

Color convert

RGB 49 131 133 -
CMYK 0.63 0.02 0 0.48
HSL 181.43º 0.46% 0.36% -
HSV(B) 181.43º 0.63% 0.52% -
XYZ 13.62 18.58 25.06 -
YUV 106.71 142.83 86.84 -
System Red Green Blue C M Y K H S L
Decimal 49 131 133 0.63 0.02 0 0.48 181.43 0.46 0.36
Hex 31 83 85 3F 2 0 30 B5 2E 24
Octal 61 203 205 77 2 0 60 265 56 44
Binary 110001 10000011 10000101 111111 10 0 110000 10110101 101110 100100

Color Harmonies of #318385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318385

Black with #318385

Text Example


Text Example

White with #318385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318385; }

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

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

background-color css

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

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

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

border-color css

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

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

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