Html Css Color HEX #317274 Atoll

📋 copy color: '#317274'

red 49 ◦ green 114 ◦ blue 116

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

Shades of Atoll #317274

Tints of Atoll #317274

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.86%

 BLUE value IS 116 (45.7% from 255) = 41.58%

R = 17.56%
G = 40.86%
B = 41.58%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#317274 (or 0x317274) is known color: Atoll. HEX triplet: 31, 72 and 74. RGB value is (49,114,116). Sum of RGB (Red+Green+Blue) = 49+114+116=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 116 - color contains mainly: blue. Hex color #317274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317274 is #CE8D8B. Grayscale: #5E5E5E. Windows color (decimal): -13536652 or 7631409. OLE color: 7631409.

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

Color convert

RGB 49 114 116 -
CMYK 0.58 0.02 0 0.55
HSL 181.79º 0.41% 0.32% -
HSV(B) 181.79º 0.58% 0.45% -
XYZ 10.44 13.95 18.67 -
YUV 94.79 139.97 95.34 -
System Red Green Blue C M Y K H S L
Decimal 49 114 116 0.58 0.02 0 0.55 181.79 0.41 0.32
Hex 31 72 74 3A 2 0 37 B6 29 20
Octal 61 162 164 72 2 0 67 266 51 40
Binary 110001 1110010 1110100 111010 10 0 110111 10110110 101001 100000

Color Harmonies of #317274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317274

Black with #317274

Text Example


Text Example

White with #317274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317274; }

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

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

background-color css

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

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

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

border-color css

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

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

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