Html Css Color HEX #317783 Atoll

📋 copy color: '#317783'

red 49 ◦ green 119 ◦ blue 131

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

Shades of Atoll #317783

Tints of Atoll #317783

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.8%

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

R = 16.39%
G = 39.8%
B = 43.81%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#317783 (or 0x317783) is known color: Atoll. HEX triplet: 31, 77 and 83. RGB value is (49,119,131). Sum of RGB (Red+Green+Blue) = 49+119+131=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #317783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317783 is #CE887C. Grayscale: #636363. Windows color (decimal): -13535357 or 8615729. OLE color: 8615729.

HSL color Cylindrical-coordinate representation of color #317783: hue angle of 188.78º 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 #317783 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 119 131 -
CMYK 0.63 0.09 0 0.49
HSL 188.78º 0.46% 0.35% -
HSV(B) 188.78º 0.63% 0.51% -
XYZ 11.96 15.49 23.83 -
YUV 99.44 145.81 92.02 -
System Red Green Blue C M Y K H S L
Decimal 49 119 131 0.63 0.09 0 0.49 188.78 0.46 0.35
Hex 31 77 83 3F 9 0 31 BD 2E 23
Octal 61 167 203 77 11 0 61 275 56 43
Binary 110001 1110111 10000011 111111 1001 0 110001 10111101 101110 100011

Color Harmonies of #317783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317783

Black with #317783

Text Example


Text Example

White with #317783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317783; }

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

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

background-color css

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

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

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

border-color css

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

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

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