Html Css Color HEX #318499 Scooter

📋 copy color: '#318499'

red 49 ◦ green 132 ◦ blue 153

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

Shades of Scooter #318499

Tints of Scooter #318499

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.52%

 BLUE value IS 153 (60.16% from 255) = 45.81%

R = 14.67%
G = 39.52%
B = 45.81%

CMYK

 C value IS 0.68

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#318499 (or 0x318499) is known color: Scooter. HEX triplet: 31, 84 and 99. RGB value is (49,132,153). Sum of RGB (Red+Green+Blue) = 49+132+153=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #318499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318499 is #CE7B66. Grayscale: #6D6D6D. Windows color (decimal): -13532007 or 10060849. OLE color: 10060849.

HSL color Cylindrical-coordinate representation of color #318499: hue angle of 192.12º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #318499 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 132 153 -
CMYK 0.68 0.14 0 0.4
HSL 192.12º 0.51% 0.4% -
HSV(B) 192.12º 0.68% 0.6% -
XYZ 15.27 19.46 33.09 -
YUV 109.58 152.5 84.79 -
System Red Green Blue C M Y K H S L
Decimal 49 132 153 0.68 0.14 0 0.4 192.12 0.51 0.4
Hex 31 84 99 44 E 0 28 C0 33 28
Octal 61 204 231 104 16 0 50 300 63 50
Binary 110001 10000100 10011001 1000100 1110 0 101000 11000000 110011 101000

Color Harmonies of #318499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318499

Black with #318499

Text Example


Text Example

White with #318499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318499; }

 p { color: rgb(49,132,153); }

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

background-color css

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

 a { background-color: rgb(49,132,153); }

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

border-color css

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

 span { border-color: rgb(49,132,153); }

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