Html Css Color HEX #317C84 Atoll

📋 copy color: '#317C84'

red 49 ◦ green 124 ◦ blue 132

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

Shades of Atoll #317C84

Tints of Atoll #317C84

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.66%

 BLUE value IS 132 (51.95% from 255) = 43.28%

R = 16.07%
G = 40.66%
B = 43.28%

CMYK

 C value IS 0.63

 M value IS 0.06

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#317C84 (or 0x317C84) is known color: Atoll. HEX triplet: 31, 7C and 84. RGB value is (49,124,132). Sum of RGB (Red+Green+Blue) = 49+124+132=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #317C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317C84 is #CE837B. Grayscale: #666666. Windows color (decimal): -13534076 or 8682545. OLE color: 8682545.

HSL color Cylindrical-coordinate representation of color #317C84: hue angle of 185.78º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #317C84 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 124 132 -
CMYK 0.63 0.06 0 0.48
HSL 185.78º 0.46% 0.35% -
HSV(B) 185.78º 0.63% 0.52% -
XYZ 12.64 16.73 24.39 -
YUV 102.49 144.65 89.85 -
System Red Green Blue C M Y K H S L
Decimal 49 124 132 0.63 0.06 0 0.48 185.78 0.46 0.35
Hex 31 7C 84 3F 6 0 30 BA 2E 23
Octal 61 174 204 77 6 0 60 272 56 43
Binary 110001 1111100 10000100 111111 110 0 110000 10111010 101110 100011

Color Harmonies of #317C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317C84

Black with #317C84

Text Example


Text Example

White with #317C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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