Html Css Color HEX #317F99 Scooter

📋 copy color: '#317F99'

red 49 ◦ green 127 ◦ blue 153

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

Shades of Scooter #317F99

Tints of Scooter #317F99

RGB

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

 GREEN value IS 127 (50% from 255) = 38.6%

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

R = 14.89%
G = 38.6%
B = 46.5%

CMYK

 C value IS 0.68

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#317F99 (or 0x317F99) is known color: Scooter. HEX triplet: 31, 7F and 99. RGB value is (49,127,153). Sum of RGB (Red+Green+Blue) = 49+127+153=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #317F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317F99 is #CE8066. Grayscale: #6A6A6A. Windows color (decimal): -13533287 or 10059569. OLE color: 10059569.

HSL color Cylindrical-coordinate representation of color #317F99: hue angle of 195º 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 #317F99 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 127 153 -
CMYK 0.68 0.17 0 0.4
HSL 195º 0.51% 0.4% -
HSV(B) 195º 0.68% 0.6% -
XYZ 14.61 18.13 32.87 -
YUV 106.64 154.16 86.89 -
System Red Green Blue C M Y K H S L
Decimal 49 127 153 0.68 0.17 0 0.4 195 0.51 0.4
Hex 31 7F 99 44 11 0 28 C3 33 28
Octal 61 177 231 104 21 0 50 303 63 50
Binary 110001 1111111 10011001 1000100 10001 0 101000 11000011 110011 101000

Color Harmonies of #317F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317F99

Black with #317F99

Text Example


Text Example

White with #317F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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