Html Css Color HEX #317C85 Atoll

📋 copy color: '#317C85'

red 49 ◦ green 124 ◦ blue 133

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

Shades of Atoll #317C85

Tints of Atoll #317C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 43.46%

R = 16.01%
G = 40.52%
B = 43.46%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#317C85 (or 0x317C85) is known color: Atoll. HEX triplet: 31, 7C and 85. RGB value is (49,124,133). Sum of RGB (Red+Green+Blue) = 49+124+133=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #317C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317C85 is #CE837A. Grayscale: #666666. Windows color (decimal): -13534075 or 8748081. OLE color: 8748081.

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

Color convert

RGB 49 124 133 -
CMYK 0.63 0.07 0 0.48
HSL 186.43º 0.46% 0.36% -
HSV(B) 186.43º 0.63% 0.52% -
XYZ 12.71 16.76 24.76 -
YUV 102.6 145.15 89.77 -
System Red Green Blue C M Y K H S L
Decimal 49 124 133 0.63 0.07 0 0.48 186.43 0.46 0.36
Hex 31 7C 85 3F 7 0 30 BA 2E 24
Octal 61 174 205 77 7 0 60 272 56 44
Binary 110001 1111100 10000101 111111 111 0 110000 10111010 101110 100100

Color Harmonies of #317C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317C85

Black with #317C85

Text Example


Text Example

White with #317C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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