Html Css Color HEX #318699 Scooter

📋 copy color: '#318699'

red 49 ◦ green 134 ◦ blue 153

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

Shades of Scooter #318699

Tints of Scooter #318699

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.88%

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

R = 14.58%
G = 39.88%
B = 45.54%

CMYK

 C value IS 0.68

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#318699 (or 0x318699) is known color: Scooter. HEX triplet: 31, 86 and 99. RGB value is (49,134,153). Sum of RGB (Red+Green+Blue) = 49+134+153=336 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.58% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #318699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318699 is #CE7966. Grayscale: #6E6E6E. Windows color (decimal): -13531495 or 10061361. OLE color: 10061361.

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

Color convert

RGB 49 134 153 -
CMYK 0.68 0.12 0 0.4
HSL 190.96º 0.51% 0.4% -
HSV(B) 190.96º 0.68% 0.6% -
XYZ 15.54 20 33.18 -
YUV 110.75 151.84 83.96 -
System Red Green Blue C M Y K H S L
Decimal 49 134 153 0.68 0.12 0 0.4 190.96 0.51 0.4
Hex 31 86 99 44 C 0 28 BF 33 28
Octal 61 206 231 104 14 0 50 277 63 50
Binary 110001 10000110 10011001 1000100 1100 0 101000 10111111 110011 101000

Color Harmonies of #318699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318699

Black with #318699

Text Example


Text Example

White with #318699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318699; }

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

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

background-color css

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

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

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

border-color css

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

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

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