Html Css Color HEX #318295 Scooter

📋 copy color: '#318295'

red 49 ◦ green 130 ◦ blue 149

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

Shades of Scooter #318295

Tints of Scooter #318295

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.63%

 BLUE value IS 149 (58.59% from 255) = 45.43%

R = 14.94%
G = 39.63%
B = 45.43%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#318295 (or 0x318295) is known color: Scooter. HEX triplet: 31, 82 and 95. RGB value is (49,130,149). Sum of RGB (Red+Green+Blue) = 49+130+149=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #318295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318295 is #CE7D6A. Grayscale: #6B6B6B. Windows color (decimal): -13532523 or 9798193. OLE color: 9798193.

HSL color Cylindrical-coordinate representation of color #318295: hue angle of 191.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #318295 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 130 149 -
CMYK 0.67 0.13 0 0.42
HSL 191.4º 0.51% 0.39% -
HSV(B) 191.4º 0.67% 0.58% -
XYZ 14.67 18.79 31.29 -
YUV 107.95 151.16 85.96 -
System Red Green Blue C M Y K H S L
Decimal 49 130 149 0.67 0.13 0 0.42 191.4 0.51 0.39
Hex 31 82 95 43 D 0 2A BF 33 27
Octal 61 202 225 103 15 0 52 277 63 47
Binary 110001 10000010 10010101 1000011 1101 0 101010 10111111 110011 100111

Color Harmonies of #318295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318295

Black with #318295

Text Example


Text Example

White with #318295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318295; }

 p { color: rgb(49,130,149); }

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

background-color css

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

 a { background-color: rgb(49,130,149); }

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

border-color css

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

 span { border-color: rgb(49,130,149); }

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