Html Css Color HEX #318199 Scooter

📋 copy color: '#318199'

red 49 ◦ green 129 ◦ blue 153

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

Shades of Scooter #318199

Tints of Scooter #318199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.97%

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

R = 14.8%
G = 38.97%
B = 46.22%

CMYK

 C value IS 0.68

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#318199 (or 0x318199) is known color: Scooter. HEX triplet: 31, 81 and 99. RGB value is (49,129,153). Sum of RGB (Red+Green+Blue) = 49+129+153=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #318199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318199 is #CE7E66. Grayscale: #6B6B6B. Windows color (decimal): -13532775 or 10060081. OLE color: 10060081.

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

Color convert

RGB 49 129 153 -
CMYK 0.68 0.16 0 0.4
HSL 193.85º 0.51% 0.4% -
HSV(B) 193.85º 0.68% 0.6% -
XYZ 14.87 18.65 32.95 -
YUV 107.82 153.5 86.05 -
System Red Green Blue C M Y K H S L
Decimal 49 129 153 0.68 0.16 0 0.4 193.85 0.51 0.4
Hex 31 81 99 44 10 0 28 C2 33 28
Octal 61 201 231 104 20 0 50 302 63 50
Binary 110001 10000001 10011001 1000100 10000 0 101000 11000010 110011 101000

Color Harmonies of #318199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318199

Black with #318199

Text Example


Text Example

White with #318199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318199; }

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

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

background-color css

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

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

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

border-color css

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

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

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