Html Css Color HEX #31879B Scooter

📋 copy color: '#31879B'

red 49 ◦ green 135 ◦ blue 155

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

Shades of Scooter #31879B

Tints of Scooter #31879B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.82%

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

R = 14.45%
G = 39.82%
B = 45.72%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31879B (or 0x31879B) is known color: Scooter. HEX triplet: 31, 87 and 9B. RGB value is (49,135,155). Sum of RGB (Red+Green+Blue) = 49+135+155=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #31879B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31879B is #CE7864. Grayscale: #6F6F6F. Windows color (decimal): -13531237 or 10192689. OLE color: 10192689.

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

Color convert

RGB 49 135 155 -
CMYK 0.68 0.13 0 0.39
HSL 191.32º 0.52% 0.4% -
HSV(B) 191.32º 0.68% 0.61% -
XYZ 15.85 20.35 34.1 -
YUV 111.57 152.51 83.37 -
System Red Green Blue C M Y K H S L
Decimal 49 135 155 0.68 0.13 0 0.39 191.32 0.52 0.4
Hex 31 87 9B 44 D 0 27 BF 34 28
Octal 61 207 233 104 15 0 47 277 64 50
Binary 110001 10000111 10011011 1000100 1101 0 100111 10111111 110100 101000

Color Harmonies of #31879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31879B

Black with #31879B

Text Example


Text Example

White with #31879B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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