Html Css Color HEX #317376 Atoll

📋 copy color: '#317376'

red 49 ◦ green 115 ◦ blue 118

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

Shades of Atoll #317376

Tints of Atoll #317376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.84%

R = 17.38%
G = 40.78%
B = 41.84%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#317376 (or 0x317376) is known color: Atoll. HEX triplet: 31, 73 and 76. RGB value is (49,115,118). Sum of RGB (Red+Green+Blue) = 49+115+118=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #317376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317376 is #CE8C89. Grayscale: #5F5F5F. Windows color (decimal): -13536394 or 7762737. OLE color: 7762737.

HSL color Cylindrical-coordinate representation of color #317376: hue angle of 182.61º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317376 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 115 118 -
CMYK 0.58 0.03 0 0.54
HSL 182.61º 0.41% 0.33% -
HSV(B) 182.61º 0.58% 0.46% -
XYZ 10.67 14.22 19.32 -
YUV 95.61 140.63 94.76 -
System Red Green Blue C M Y K H S L
Decimal 49 115 118 0.58 0.03 0 0.54 182.61 0.41 0.33
Hex 31 73 76 3A 3 0 36 B7 29 21
Octal 61 163 166 72 3 0 66 267 51 41
Binary 110001 1110011 1110110 111010 11 0 110110 10110111 101001 100001

Color Harmonies of #317376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317376

Black with #317376

Text Example


Text Example

White with #317376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317376; }

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

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

background-color css

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

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

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

border-color css

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

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

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