Html Css Color HEX #318BA7 Scooter

📋 copy color: '#318BA7'

red 49 ◦ green 139 ◦ blue 167

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

Shades of Scooter #318BA7

Tints of Scooter #318BA7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.15%

 BLUE value IS 167 (65.63% from 255) = 47.04%

R = 13.8%
G = 39.15%
B = 47.04%

CMYK

 C value IS 0.71

 M value IS 0.17

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#318BA7 (or 0x318BA7) is known color: Scooter. HEX triplet: 31, 8B and A7. RGB value is (49,139,167). Sum of RGB (Red+Green+Blue) = 49+139+167=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 167 (65.62% from 255 or 47.04% from 355); Max value from RGB is 167 - color contains mainly: blue. Hex color #318BA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318BA7 is #CE7458. Grayscale: #737373. Windows color (decimal): -13530201 or 10980145. OLE color: 10980145.

HSL color Cylindrical-coordinate representation of color #318BA7: hue angle of 194.24º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #318BA7 is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 49 139 167 -
CMYK 0.71 0.17 0 0.35
HSL 194.24º 0.55% 0.42% -
HSV(B) 194.24º 0.71% 0.65% -
XYZ 17.47 21.91 39.87 -
YUV 115.28 157.18 80.72 -
System Red Green Blue C M Y K H S L
Decimal 49 139 167 0.71 0.17 0 0.35 194.24 0.55 0.42
Hex 31 8B A7 47 11 0 23 C2 37 2A
Octal 61 213 247 107 21 0 43 302 67 52
Binary 110001 10001011 10100111 1000111 10001 0 100011 11000010 110111 101010

Color Harmonies of #318BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318BA7

Black with #318BA7

Text Example


Text Example

White with #318BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318BA7; }

 p { color: rgb(49,139,167); }

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

background-color css

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

 a { background-color: rgb(49,139,167); }

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

border-color css

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

 span { border-color: rgb(49,139,167); }

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