Html Css Color HEX #317373 Atoll

📋 copy color: '#317373'

red 49 ◦ green 115 ◦ blue 115

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

Shades of Atoll #317373

Tints of Atoll #317373

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.22%

 BLUE value IS 115 (45.31% from 255) = 41.22%

R = 17.56%
G = 41.22%
B = 41.22%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#317373 (or 0x317373) is known color: Atoll. HEX triplet: 31, 73 and 73. RGB value is (49,115,115). Sum of RGB (Red+Green+Blue) = 49+115+115=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #317373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317373 is #CE8C8C. Grayscale: #5F5F5F. Windows color (decimal): -13536397 or 7566129. OLE color: 7566129.

HSL color Cylindrical-coordinate representation of color #317373: hue angle of 180º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317373 is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 115 115 -
CMYK 0.57 0 0 0.55
HSL 180º 0.4% 0.32% -
HSV(B) 180º 0.57% 0.45% -
XYZ 10.49 14.15 18.4 -
YUV 95.27 139.13 95 -
System Red Green Blue C M Y K H S L
Decimal 49 115 115 0.57 0 0 0.55 180 0.4 0.32
Hex 31 73 73 39 0 0 37 B4 28 20
Octal 61 163 163 71 0 0 67 264 50 40
Binary 110001 1110011 1110011 111001 0 0 110111 10110100 101000 100000

Color Harmonies of #317373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317373

Black with #317373

Text Example


Text Example

White with #317373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317373; }

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

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

background-color css

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

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

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

border-color css

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

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

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