Html Css Color HEX #318BA5 Scooter

📋 copy color: '#318BA5'

red 49 ◦ green 139 ◦ blue 165

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

Shades of Scooter #318BA5

Tints of Scooter #318BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 46.74%

R = 13.88%
G = 39.38%
B = 46.74%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#318BA5 (or 0x318BA5) is known color: Scooter. HEX triplet: 31, 8B and A5. RGB value is (49,139,165). Sum of RGB (Red+Green+Blue) = 49+139+165=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 165 (64.84% from 255 or 46.74% from 353); Max value from RGB is 165 - color contains mainly: blue. Hex color #318BA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318BA5 is #CE745A. Grayscale: #727272. Windows color (decimal): -13530203 or 10849073. OLE color: 10849073.

HSL color Cylindrical-coordinate representation of color #318BA5: hue angle of 193.45º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #318BA5 is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 49 139 165 -
CMYK 0.70 0.16 0 0.35
HSL 193.45º 0.54% 0.42% -
HSV(B) 193.45º 0.7% 0.65% -
XYZ 17.29 21.83 38.9 -
YUV 115.05 156.18 80.89 -
System Red Green Blue C M Y K H S L
Decimal 49 139 165 0.70 0.16 0 0.35 193.45 0.54 0.42
Hex 31 8B A5 46 10 0 23 C1 36 2A
Octal 61 213 245 106 20 0 43 301 66 52
Binary 110001 10001011 10100101 1000110 10000 0 100011 11000001 110110 101010

Color Harmonies of #318BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318BA5

Black with #318BA5

Text Example


Text Example

White with #318BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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