Html Css Color HEX #31829D Scooter

📋 copy color: '#31829D'

red 49 ◦ green 130 ◦ blue 157

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

Shades of Scooter #31829D

Tints of Scooter #31829D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.69%

 BLUE value IS 157 (61.72% from 255) = 46.73%

R = 14.58%
G = 38.69%
B = 46.73%

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

#31829D (or 0x31829D) is known color: Scooter. HEX triplet: 31, 82 and 9D. RGB value is (49,130,157). Sum of RGB (Red+Green+Blue) = 49+130+157=336 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.58% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #31829D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31829D is #CE7D62. Grayscale: #6C6C6C. Windows color (decimal): -13532515 or 10322481. OLE color: 10322481.

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

Color convert

RGB 49 130 157 -
CMYK 0.69 0.17 0 0.38
HSL 195º 0.52% 0.4% -
HSV(B) 195º 0.69% 0.62% -
XYZ 15.34 19.05 34.77 -
YUV 108.86 155.16 85.3 -
System Red Green Blue C M Y K H S L
Decimal 49 130 157 0.69 0.17 0 0.38 195 0.52 0.4
Hex 31 82 9D 45 11 0 26 C3 34 28
Octal 61 202 235 105 21 0 46 303 64 50
Binary 110001 10000010 10011101 1000101 10001 0 100110 11000011 110100 101000

Color Harmonies of #31829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31829D

Black with #31829D

Text Example


Text Example

White with #31829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31829D; }

 p { color: rgb(49,130,157); }

 H1.HeaderClassName
 {
   color: #31829D;
 }
 .AnyTagClassName
 {
   color: #31829D;
 }
</style>

background-color css

<style>
 a { background-color: #31829D; }

 a { background-color: rgb(49,130,157); }

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

border-color css

<style>
 span { border-color: #31829D; }

 span { border-color: rgb(49,130,157); }

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