Html Css Color HEX #317475 Atoll

📋 copy color: '#317475'

red 49 ◦ green 116 ◦ blue 117

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

Shades of Atoll #317475

Tints of Atoll #317475

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.13%

 BLUE value IS 117 (46.09% from 255) = 41.49%

R = 17.38%
G = 41.13%
B = 41.49%

CMYK

 C value IS 0.58

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#317475 (or 0x317475) is known color: Atoll. HEX triplet: 31, 74 and 75. RGB value is (49,116,117). Sum of RGB (Red+Green+Blue) = 49+116+117=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 117 - color contains mainly: blue. Hex color #317475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317475 is #CE8B8A. Grayscale: #606060. Windows color (decimal): -13536139 or 7697457. OLE color: 7697457.

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

Color convert

RGB 49 116 117 -
CMYK 0.58 0.01 0 0.54
HSL 180.88º 0.41% 0.33% -
HSV(B) 180.88º 0.58% 0.46% -
XYZ 10.72 14.43 19.05 -
YUV 96.08 139.8 94.42 -
System Red Green Blue C M Y K H S L
Decimal 49 116 117 0.58 0.01 0 0.54 180.88 0.41 0.33
Hex 31 74 75 3A 1 0 36 B5 29 21
Octal 61 164 165 72 1 0 66 265 51 41
Binary 110001 1110100 1110101 111010 1 0 110110 10110101 101001 100001

Color Harmonies of #317475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317475

Black with #317475

Text Example


Text Example

White with #317475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317475; }

 p { color: rgb(49,116,117); }

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

background-color css

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

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

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

border-color css

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

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

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