Html Css Color HEX #318293 Scooter

📋 copy color: '#318293'

red 49 ◦ green 130 ◦ blue 147

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

Shades of Scooter #318293

Tints of Scooter #318293

RGB

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

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

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

R = 15.03%
G = 39.88%
B = 45.09%

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

#318293 (or 0x318293) is known color: Scooter. HEX triplet: 31, 82 and 93. RGB value is (49,130,147). Sum of RGB (Red+Green+Blue) = 49+130+147=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #318293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318293 is #CE7D6C. Grayscale: #6B6B6B. Windows color (decimal): -13532525 or 9667121. OLE color: 9667121.

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

Color convert

RGB 49 130 147 -
CMYK 0.67 0.12 0 0.42
HSL 190.41º 0.5% 0.38% -
HSV(B) 190.41º 0.67% 0.58% -
XYZ 14.52 18.72 30.45 -
YUV 107.72 150.16 86.12 -
System Red Green Blue C M Y K H S L
Decimal 49 130 147 0.67 0.12 0 0.42 190.41 0.5 0.38
Hex 31 82 93 43 C 0 2A BE 32 26
Octal 61 202 223 103 14 0 52 276 62 46
Binary 110001 10000010 10010011 1000011 1100 0 101010 10111110 110010 100110

Color Harmonies of #318293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318293

Black with #318293

Text Example


Text Example

White with #318293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318293; }

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

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

background-color css

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

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

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

border-color css

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

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

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