Html Css Color HEX #318294 Scooter

📋 copy color: '#318294'

red 49 ◦ green 130 ◦ blue 148

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

Shades of Scooter #318294

Tints of Scooter #318294

RGB

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

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

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

R = 14.98%
G = 39.76%
B = 45.26%

CMYK

 C value IS 0.67

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#318294 (or 0x318294) is known color: Scooter. HEX triplet: 31, 82 and 94. RGB value is (49,130,148). Sum of RGB (Red+Green+Blue) = 49+130+148=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 148 - color contains mainly: blue. Hex color #318294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318294 is #CE7D6B. Grayscale: #6B6B6B. Windows color (decimal): -13532524 or 9732657. OLE color: 9732657.

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

Color convert

RGB 49 130 148 -
CMYK 0.67 0.12 0 0.42
HSL 190.91º 0.5% 0.39% -
HSV(B) 190.91º 0.67% 0.58% -
XYZ 14.59 18.76 30.87 -
YUV 107.83 150.66 86.04 -
System Red Green Blue C M Y K H S L
Decimal 49 130 148 0.67 0.12 0 0.42 190.91 0.5 0.39
Hex 31 82 94 43 C 0 2A BF 32 27
Octal 61 202 224 103 14 0 52 277 62 47
Binary 110001 10000010 10010100 1000011 1100 0 101010 10111111 110010 100111

Color Harmonies of #318294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318294

Black with #318294

Text Example


Text Example

White with #318294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318294; }

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

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

background-color css

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

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

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

border-color css

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

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

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