Html Css Color HEX #31839E Scooter

📋 copy color: '#31839E'

red 49 ◦ green 131 ◦ blue 158

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

Shades of Scooter #31839E

Tints of Scooter #31839E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.76%

 BLUE value IS 158 (62.11% from 255) = 46.75%

R = 14.5%
G = 38.76%
B = 46.75%

CMYK

 C value IS 0.69

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31839E (or 0x31839E) is known color: Scooter. HEX triplet: 31, 83 and 9E. RGB value is (49,131,158). Sum of RGB (Red+Green+Blue) = 49+131+158=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #31839E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31839E is #CE7C61. Grayscale: #6D6D6D. Windows color (decimal): -13532258 or 10388273. OLE color: 10388273.

HSL color Cylindrical-coordinate representation of color #31839E: hue angle of 194.86º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31839E is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 131 158 -
CMYK 0.69 0.17 0 0.38
HSL 194.86º 0.53% 0.41% -
HSV(B) 194.86º 0.69% 0.62% -
XYZ 15.55 19.35 35.26 -
YUV 109.56 155.33 84.8 -
System Red Green Blue C M Y K H S L
Decimal 49 131 158 0.69 0.17 0 0.38 194.86 0.53 0.41
Hex 31 83 9E 45 11 0 26 C3 35 29
Octal 61 203 236 105 21 0 46 303 65 51
Binary 110001 10000011 10011110 1000101 10001 0 100110 11000011 110101 101001

Color Harmonies of #31839E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31839E

Black with #31839E

Text Example


Text Example

White with #31839E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31839E; }

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

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

background-color css

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

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

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

border-color css

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

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

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