Html Css Color HEX #31829B Scooter

📋 copy color: '#31829B'

red 49 ◦ green 130 ◦ blue 155

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

Shades of Scooter #31829B

Tints of Scooter #31829B

RGB

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

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

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

R = 14.67%
G = 38.92%
B = 46.41%

CMYK

 C value IS 0.68

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31829B (or 0x31829B) is known color: Scooter. HEX triplet: 31, 82 and 9B. RGB value is (49,130,155). Sum of RGB (Red+Green+Blue) = 49+130+155=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #31829B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31829B is #CE7D64. Grayscale: #6C6C6C. Windows color (decimal): -13532517 or 10191409. OLE color: 10191409.

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

Color convert

RGB 49 130 155 -
CMYK 0.68 0.16 0 0.39
HSL 194.15º 0.52% 0.4% -
HSV(B) 194.15º 0.68% 0.61% -
XYZ 15.17 18.98 33.88 -
YUV 108.63 154.16 85.47 -
System Red Green Blue C M Y K H S L
Decimal 49 130 155 0.68 0.16 0 0.39 194.15 0.52 0.4
Hex 31 82 9B 44 10 0 27 C2 34 28
Octal 61 202 233 104 20 0 47 302 64 50
Binary 110001 10000010 10011011 1000100 10000 0 100111 11000010 110100 101000

Color Harmonies of #31829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31829B

Black with #31829B

Text Example


Text Example

White with #31829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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