Html Css Color HEX #318397 Scooter

📋 copy color: '#318397'

red 49 ◦ green 131 ◦ blue 151

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

Shades of Scooter #318397

Tints of Scooter #318397

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.58%

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

R = 14.8%
G = 39.58%
B = 45.62%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#318397 (or 0x318397) is known color: Scooter. HEX triplet: 31, 83 and 97. RGB value is (49,131,151). Sum of RGB (Red+Green+Blue) = 49+131+151=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 151 - color contains mainly: blue. Hex color #318397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318397 is #CE7C68. Grayscale: #6C6C6C. Windows color (decimal): -13532265 or 9929521. OLE color: 9929521.

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

Color convert

RGB 49 131 151 -
CMYK 0.68 0.13 0 0.41
HSL 191.76º 0.51% 0.39% -
HSV(B) 191.76º 0.68% 0.59% -
XYZ 14.97 19.12 32.18 -
YUV 108.76 151.83 85.37 -
System Red Green Blue C M Y K H S L
Decimal 49 131 151 0.68 0.13 0 0.41 191.76 0.51 0.39
Hex 31 83 97 44 D 0 29 C0 33 27
Octal 61 203 227 104 15 0 51 300 63 47
Binary 110001 10000011 10010111 1000100 1101 0 101001 11000000 110011 100111

Color Harmonies of #318397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318397

Black with #318397

Text Example


Text Example

White with #318397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318397; }

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

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

background-color css

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

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

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

border-color css

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

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

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