Html Css Color HEX #318493 Scooter

📋 copy color: '#318493'

red 49 ◦ green 132 ◦ blue 147

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

Shades of Scooter #318493

Tints of Scooter #318493

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.24%

 BLUE value IS 147 (57.81% from 255) = 44.82%

R = 14.94%
G = 40.24%
B = 44.82%

CMYK

 C value IS 0.67

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#318493 (or 0x318493) is known color: Scooter. HEX triplet: 31, 84 and 93. RGB value is (49,132,147). Sum of RGB (Red+Green+Blue) = 49+132+147=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #318493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318493 is #CE7B6C. Grayscale: #6C6C6C. Windows color (decimal): -13532013 or 9667633. OLE color: 9667633.

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

Color convert

RGB 49 132 147 -
CMYK 0.67 0.10 0 0.42
HSL 189.18º 0.5% 0.38% -
HSV(B) 189.18º 0.67% 0.58% -
XYZ 14.78 19.26 30.54 -
YUV 108.89 149.5 85.28 -
System Red Green Blue C M Y K H S L
Decimal 49 132 147 0.67 0.10 0 0.42 189.18 0.5 0.38
Hex 31 84 93 43 A 0 2A BD 32 26
Octal 61 204 223 103 12 0 52 275 62 46
Binary 110001 10000100 10010011 1000011 1010 0 101010 10111101 110010 100110

Color Harmonies of #318493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318493

Black with #318493

Text Example


Text Example

White with #318493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318493; }

 p { color: rgb(49,132,147); }

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

background-color css

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

 a { background-color: rgb(49,132,147); }

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

border-color css

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

 span { border-color: rgb(49,132,147); }

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