Html Css Color HEX #31859B Scooter

📋 copy color: '#31859B'

red 49 ◦ green 133 ◦ blue 155

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

Shades of Scooter #31859B

Tints of Scooter #31859B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.47%

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

R = 14.54%
G = 39.47%
B = 45.99%

CMYK

 C value IS 0.68

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31859B (or 0x31859B) is known color: Scooter. HEX triplet: 31, 85 and 9B. RGB value is (49,133,155). Sum of RGB (Red+Green+Blue) = 49+133+155=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #31859B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31859B is #CE7A64. Grayscale: #6E6E6E. Windows color (decimal): -13531749 or 10192177. OLE color: 10192177.

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

Color convert

RGB 49 133 155 -
CMYK 0.68 0.14 0 0.39
HSL 192.45º 0.52% 0.4% -
HSV(B) 192.45º 0.68% 0.61% -
XYZ 15.57 19.79 34.01 -
YUV 110.39 153.17 84.21 -
System Red Green Blue C M Y K H S L
Decimal 49 133 155 0.68 0.14 0 0.39 192.45 0.52 0.4
Hex 31 85 9B 44 E 0 27 C0 34 28
Octal 61 205 233 104 16 0 47 300 64 50
Binary 110001 10000101 10011011 1000100 1110 0 100111 11000000 110100 101000

Color Harmonies of #31859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31859B

Black with #31859B

Text Example


Text Example

White with #31859B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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