Html Css Color HEX #31767C Atoll

📋 copy color: '#31767C'

red 49 ◦ green 118 ◦ blue 124

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

Shades of Atoll #31767C

Tints of Atoll #31767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.55%

 BLUE value IS 124 (48.83% from 255) = 42.61%

R = 16.84%
G = 40.55%
B = 42.61%

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31767C (or 0x31767C) is known color: Atoll. HEX triplet: 31, 76 and 7C. RGB value is (49,118,124). Sum of RGB (Red+Green+Blue) = 49+118+124=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #31767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31767C is #CE8983. Grayscale: #616161. Windows color (decimal): -13535620 or 8156721. OLE color: 8156721.

HSL color Cylindrical-coordinate representation of color #31767C: hue angle of 184.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31767C is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 118 124 -
CMYK 0.60 0.05 0 0.51
HSL 184.8º 0.43% 0.34% -
HSV(B) 184.8º 0.6% 0.49% -
XYZ 11.38 15.07 21.38 -
YUV 98.05 142.64 93.01 -
System Red Green Blue C M Y K H S L
Decimal 49 118 124 0.60 0.05 0 0.51 184.8 0.43 0.34
Hex 31 76 7C 3C 5 0 33 B9 2B 22
Octal 61 166 174 74 5 0 63 271 53 42
Binary 110001 1110110 1111100 111100 101 0 110011 10111001 101011 100010

Color Harmonies of #31767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31767C

Black with #31767C

Text Example


Text Example

White with #31767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31767C; }

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

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

background-color css

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

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

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

border-color css

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

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

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