Html Css Color HEX #318697 Scooter

📋 copy color: '#318697'

red 49 ◦ green 134 ◦ blue 151

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

Shades of Scooter #318697

Tints of Scooter #318697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 45.21%

R = 14.67%
G = 40.12%
B = 45.21%

CMYK

 C value IS 0.68

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#318697 (or 0x318697) is known color: Scooter. HEX triplet: 31, 86 and 97. RGB value is (49,134,151). Sum of RGB (Red+Green+Blue) = 49+134+151=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 151 - color contains mainly: blue. Hex color #318697 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318697 is #CE7968. Grayscale: #6E6E6E. Windows color (decimal): -13531497 or 9930289. OLE color: 9930289.

HSL color Cylindrical-coordinate representation of color #318697: hue angle of 190º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #318697 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 134 151 -
CMYK 0.68 0.11 0 0.41
HSL 190º 0.51% 0.39% -
HSV(B) 190º 0.68% 0.59% -
XYZ 15.38 19.94 32.32 -
YUV 110.52 150.84 84.12 -
System Red Green Blue C M Y K H S L
Decimal 49 134 151 0.68 0.11 0 0.41 190 0.51 0.39
Hex 31 86 97 44 B 0 29 BE 33 27
Octal 61 206 227 104 13 0 51 276 63 47
Binary 110001 10000110 10010111 1000100 1011 0 101001 10111110 110011 100111

Color Harmonies of #318697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318697

Black with #318697

Text Example


Text Example

White with #318697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318697; }

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

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

background-color css

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

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

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

border-color css

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

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

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