Html Css Color HEX #317075 Atoll

📋 copy color: '#317075'

red 49 ◦ green 112 ◦ blue 117

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

Shades of Atoll #317075

Tints of Atoll #317075

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.29%

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

R = 17.63%
G = 40.29%
B = 42.09%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#317075 (or 0x317075) is known color: Atoll. HEX triplet: 31, 70 and 75. RGB value is (49,112,117). Sum of RGB (Red+Green+Blue) = 49+112+117=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #317075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317075 is #CE8F8A. Grayscale: #5D5D5D. Windows color (decimal): -13537163 or 7696433. OLE color: 7696433.

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

Color convert

RGB 49 112 117 -
CMYK 0.58 0.04 0 0.54
HSL 184.41º 0.41% 0.33% -
HSV(B) 184.41º 0.58% 0.46% -
XYZ 10.27 13.53 18.9 -
YUV 93.73 141.13 96.09 -
System Red Green Blue C M Y K H S L
Decimal 49 112 117 0.58 0.04 0 0.54 184.41 0.41 0.33
Hex 31 70 75 3A 4 0 36 B8 29 21
Octal 61 160 165 72 4 0 66 270 51 41
Binary 110001 1110000 1110101 111010 100 0 110110 10111000 101001 100001

Color Harmonies of #317075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317075

Black with #317075

Text Example


Text Example

White with #317075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317075; }

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

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

background-color css

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

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

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

border-color css

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

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

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