Html Css Color HEX #317E99 Scooter

📋 copy color: '#317E99'

red 49 ◦ green 126 ◦ blue 153

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

Shades of Scooter #317E99

Tints of Scooter #317E99

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.41%

 BLUE value IS 153 (60.16% from 255) = 46.65%

R = 14.94%
G = 38.41%
B = 46.65%

CMYK

 C value IS 0.68

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#317E99 (or 0x317E99) is known color: Scooter. HEX triplet: 31, 7E and 99. RGB value is (49,126,153). Sum of RGB (Red+Green+Blue) = 49+126+153=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #317E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317E99 is #CE8166. Grayscale: #696969. Windows color (decimal): -13533543 or 10059313. OLE color: 10059313.

HSL color Cylindrical-coordinate representation of color #317E99: hue angle of 195.58º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #317E99 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 126 153 -
CMYK 0.68 0.18 0 0.4
HSL 195.58º 0.51% 0.4% -
HSV(B) 195.58º 0.68% 0.6% -
XYZ 14.48 17.87 32.82 -
YUV 106.06 154.49 87.3 -
System Red Green Blue C M Y K H S L
Decimal 49 126 153 0.68 0.18 0 0.4 195.58 0.51 0.4
Hex 31 7E 99 44 12 0 28 C4 33 28
Octal 61 176 231 104 22 0 50 304 63 50
Binary 110001 1111110 10011001 1000100 10010 0 101000 11000100 110011 101000

Color Harmonies of #317E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317E99

Black with #317E99

Text Example


Text Example

White with #317E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,126,153); }

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

background-color css

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

 a { background-color: rgb(49,126,153); }

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

border-color css

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

 span { border-color: rgb(49,126,153); }

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