Html Css Color HEX #318393 Scooter

📋 copy color: '#318393'

red 49 ◦ green 131 ◦ blue 147

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

Shades of Scooter #318393

Tints of Scooter #318393

RGB

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

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

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

R = 14.98%
G = 40.06%
B = 44.95%

CMYK

 C value IS 0.67

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#318393 (or 0x318393) is known color: Scooter. HEX triplet: 31, 83 and 93. RGB value is (49,131,147). Sum of RGB (Red+Green+Blue) = 49+131+147=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #318393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318393 is #CE7C6C. Grayscale: #6C6C6C. Windows color (decimal): -13532269 or 9667377. OLE color: 9667377.

HSL color Cylindrical-coordinate representation of color #318393: hue angle of 189.8º 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 #318393 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 131 147 -
CMYK 0.67 0.11 0 0.42
HSL 189.8º 0.5% 0.38% -
HSV(B) 189.8º 0.67% 0.58% -
XYZ 14.65 18.99 30.5 -
YUV 108.31 149.83 85.7 -
System Red Green Blue C M Y K H S L
Decimal 49 131 147 0.67 0.11 0 0.42 189.8 0.5 0.38
Hex 31 83 93 43 B 0 2A BE 32 26
Octal 61 203 223 103 13 0 52 276 62 46
Binary 110001 10000011 10010011 1000011 1011 0 101010 10111110 110010 100110

Color Harmonies of #318393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318393

Black with #318393

Text Example


Text Example

White with #318393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318393; }

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

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

background-color css

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

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

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

border-color css

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

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

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