Html Css Color HEX #31839B Scooter

📋 copy color: '#31839B'

red 49 ◦ green 131 ◦ blue 155

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

Shades of Scooter #31839B

Tints of Scooter #31839B

RGB

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

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

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

R = 14.63%
G = 39.1%
B = 46.27%

CMYK

 C value IS 0.68

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31839B (or 0x31839B) is known color: Scooter. HEX triplet: 31, 83 and 9B. RGB value is (49,131,155). Sum of RGB (Red+Green+Blue) = 49+131+155=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #31839B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31839B is #CE7C64. Grayscale: #6D6D6D. Windows color (decimal): -13532261 or 10191665. OLE color: 10191665.

HSL color Cylindrical-coordinate representation of color #31839B: hue angle of 193.58º 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 #31839B is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 131 155 -
CMYK 0.68 0.15 0 0.39
HSL 193.58º 0.52% 0.4% -
HSV(B) 193.58º 0.68% 0.61% -
XYZ 15.3 19.25 33.92 -
YUV 109.22 153.83 85.05 -
System Red Green Blue C M Y K H S L
Decimal 49 131 155 0.68 0.15 0 0.39 193.58 0.52 0.4
Hex 31 83 9B 44 F 0 27 C2 34 28
Octal 61 203 233 104 17 0 47 302 64 50
Binary 110001 10000011 10011011 1000100 1111 0 100111 11000010 110100 101000

Color Harmonies of #31839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31839B

Black with #31839B

Text Example


Text Example

White with #31839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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