Html Css Color HEX #318394 Scooter

📋 copy color: '#318394'

red 49 ◦ green 131 ◦ blue 148

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

Shades of Scooter #318394

Tints of Scooter #318394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.12%

R = 14.94%
G = 39.94%
B = 45.12%

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

#318394 (or 0x318394) is known color: Scooter. HEX triplet: 31, 83 and 94. RGB value is (49,131,148). Sum of RGB (Red+Green+Blue) = 49+131+148=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #318394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318394 is #CE7C6B. Grayscale: #6C6C6C. Windows color (decimal): -13532268 or 9732913. OLE color: 9732913.

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

Color convert

RGB 49 131 148 -
CMYK 0.67 0.11 0 0.42
HSL 190.3º 0.5% 0.39% -
HSV(B) 190.3º 0.67% 0.58% -
XYZ 14.73 19.02 30.91 -
YUV 108.42 150.33 85.62 -
System Red Green Blue C M Y K H S L
Decimal 49 131 148 0.67 0.11 0 0.42 190.3 0.5 0.39
Hex 31 83 94 43 B 0 2A BE 32 27
Octal 61 203 224 103 13 0 52 276 62 47
Binary 110001 10000011 10010100 1000011 1011 0 101010 10111110 110010 100111

Color Harmonies of #318394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318394

Black with #318394

Text Example


Text Example

White with #318394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318394; }

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

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

background-color css

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

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

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

border-color css

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

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

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