Html Css Color HEX #317581 Atoll

📋 copy color: '#317581'

red 49 ◦ green 117 ◦ blue 129

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

Shades of Atoll #317581

Tints of Atoll #317581

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.66%

 BLUE value IS 129 (50.78% from 255) = 43.73%

R = 16.61%
G = 39.66%
B = 43.73%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#317581 (or 0x317581) is known color: Atoll. HEX triplet: 31, 75 and 81. RGB value is (49,117,129). Sum of RGB (Red+Green+Blue) = 49+117+129=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 129 - color contains mainly: blue. Hex color #317581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317581 is #CE8A7E. Grayscale: #616161. Windows color (decimal): -13535871 or 8484145. OLE color: 8484145.

HSL color Cylindrical-coordinate representation of color #317581: hue angle of 189º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #317581 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 117 129 -
CMYK 0.62 0.09 0 0.49
HSL 189º 0.45% 0.35% -
HSV(B) 189º 0.62% 0.51% -
XYZ 11.59 14.96 23.05 -
YUV 98.04 145.47 93.02 -
System Red Green Blue C M Y K H S L
Decimal 49 117 129 0.62 0.09 0 0.49 189 0.45 0.35
Hex 31 75 81 3E 9 0 31 BD 2D 23
Octal 61 165 201 76 11 0 61 275 55 43
Binary 110001 1110101 10000001 111110 1001 0 110001 10111101 101101 100011

Color Harmonies of #317581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317581

Black with #317581

Text Example


Text Example

White with #317581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317581; }

 p { color: rgb(49,117,129); }

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

background-color css

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

 a { background-color: rgb(49,117,129); }

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

border-color css

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

 span { border-color: rgb(49,117,129); }

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