Html Css Color HEX #318585 Atoll

📋 copy color: '#318585'

red 49 ◦ green 133 ◦ blue 133

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

Shades of Atoll #318585

Tints of Atoll #318585

RGB

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

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

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

R = 15.56%
G = 42.22%
B = 42.22%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#318585 (or 0x318585) is known color: Atoll. HEX triplet: 31, 85 and 85. RGB value is (49,133,133). Sum of RGB (Red+Green+Blue) = 49+133+133=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #318585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318585 is #CE7A7A. Grayscale: #6B6B6B. Windows color (decimal): -13531771 or 8750385. OLE color: 8750385.

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

Color convert

RGB 49 133 133 -
CMYK 0.63 0 0 0.48
HSL 180º 0.46% 0.36% -
HSV(B) 180º 0.63% 0.52% -
XYZ 13.89 19.12 25.15 -
YUV 107.88 142.17 86 -
System Red Green Blue C M Y K H S L
Decimal 49 133 133 0.63 0 0 0.48 180 0.46 0.36
Hex 31 85 85 3F 0 0 30 B4 2E 24
Octal 61 205 205 77 0 0 60 264 56 44
Binary 110001 10000101 10000101 111111 0 0 110000 10110100 101110 100100

Color Harmonies of #318585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318585

Black with #318585

Text Example


Text Example

White with #318585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318585; }

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

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

background-color css

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

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

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

border-color css

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

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

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