Html Css Color HEX #317C83 Atoll

📋 copy color: '#317C83'

red 49 ◦ green 124 ◦ blue 131

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

Shades of Atoll #317C83

Tints of Atoll #317C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.09%

R = 16.12%
G = 40.79%
B = 43.09%

CMYK

 C value IS 0.63

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#317C83 (or 0x317C83) is known color: Atoll. HEX triplet: 31, 7C and 83. RGB value is (49,124,131). Sum of RGB (Red+Green+Blue) = 49+124+131=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #317C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317C83 is #CE837C. Grayscale: #666666. Windows color (decimal): -13534077 or 8617009. OLE color: 8617009.

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

Color convert

RGB 49 124 131 -
CMYK 0.63 0.05 0 0.49
HSL 185.12º 0.46% 0.35% -
HSV(B) 185.12º 0.63% 0.51% -
XYZ 12.57 16.71 24.03 -
YUV 102.37 144.15 89.93 -
System Red Green Blue C M Y K H S L
Decimal 49 124 131 0.63 0.05 0 0.49 185.12 0.46 0.35
Hex 31 7C 83 3F 5 0 31 B9 2E 23
Octal 61 174 203 77 5 0 61 271 56 43
Binary 110001 1111100 10000011 111111 101 0 110001 10111001 101110 100011

Color Harmonies of #317C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317C83

Black with #317C83

Text Example


Text Example

White with #317C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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