Html Css Color HEX #317C87 Atoll

📋 copy color: '#317C87'

red 49 ◦ green 124 ◦ blue 135

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

Shades of Atoll #317C87

Tints of Atoll #317C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 43.83%

R = 15.91%
G = 40.26%
B = 43.83%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#317C87 (or 0x317C87) is known color: Atoll. HEX triplet: 31, 7C and 87. RGB value is (49,124,135). Sum of RGB (Red+Green+Blue) = 49+124+135=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #317C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317C87 is #CE8378. Grayscale: #666666. Windows color (decimal): -13534073 or 8879153. OLE color: 8879153.

HSL color Cylindrical-coordinate representation of color #317C87: hue angle of 187.67º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #317C87 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 124 135 -
CMYK 0.64 0.08 0 0.47
HSL 187.67º 0.47% 0.36% -
HSV(B) 187.67º 0.64% 0.53% -
XYZ 12.85 16.82 25.49 -
YUV 102.83 146.15 89.61 -
System Red Green Blue C M Y K H S L
Decimal 49 124 135 0.64 0.08 0 0.47 187.67 0.47 0.36
Hex 31 7C 87 40 8 0 2F BC 2F 24
Octal 61 174 207 100 10 0 57 274 57 44
Binary 110001 1111100 10000111 1000000 1000 0 101111 10111100 101111 100100

Color Harmonies of #317C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317C87

Black with #317C87

Text Example


Text Example

White with #317C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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