Html Css Color HEX #31899B Scooter

📋 copy color: '#31899B'

red 49 ◦ green 137 ◦ blue 155

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

Shades of Scooter #31899B

Tints of Scooter #31899B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.18%

 BLUE value IS 155 (60.94% from 255) = 45.45%

R = 14.37%
G = 40.18%
B = 45.45%

CMYK

 C value IS 0.68

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31899B (or 0x31899B) is known color: Scooter. HEX triplet: 31, 89 and 9B. RGB value is (49,137,155). Sum of RGB (Red+Green+Blue) = 49+137+155=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #31899B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31899B is #CE7664. Grayscale: #707070. Windows color (decimal): -13530725 or 10193201. OLE color: 10193201.

HSL color Cylindrical-coordinate representation of color #31899B: hue angle of 190.19º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31899B is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 137 155 -
CMYK 0.68 0.12 0 0.39
HSL 190.19º 0.52% 0.4% -
HSV(B) 190.19º 0.68% 0.61% -
XYZ 16.13 20.91 34.2 -
YUV 112.74 151.85 82.54 -
System Red Green Blue C M Y K H S L
Decimal 49 137 155 0.68 0.12 0 0.39 190.19 0.52 0.4
Hex 31 89 9B 44 C 0 27 BE 34 28
Octal 61 211 233 104 14 0 47 276 64 50
Binary 110001 10001001 10011011 1000100 1100 0 100111 10111110 110100 101000

Color Harmonies of #31899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31899B

Black with #31899B

Text Example


Text Example

White with #31899B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31899B; }

 p { color: rgb(49,137,155); }

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

background-color css

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

 a { background-color: rgb(49,137,155); }

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

border-color css

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

 span { border-color: rgb(49,137,155); }

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