Html Css Color HEX #318BA0 Scooter

📋 copy color: '#318BA0'

red 49 ◦ green 139 ◦ blue 160

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

Shades of Scooter #318BA0

Tints of Scooter #318BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 45.98%

R = 14.08%
G = 39.94%
B = 45.98%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#318BA0 (or 0x318BA0) is known color: Scooter. HEX triplet: 31, 8B and A0. RGB value is (49,139,160). Sum of RGB (Red+Green+Blue) = 49+139+160=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 160 (62.89% from 255 or 45.98% from 348); Max value from RGB is 160 - color contains mainly: blue. Hex color #318BA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318BA0 is #CE745F. Grayscale: #727272. Windows color (decimal): -13530208 or 10521393. OLE color: 10521393.

HSL color Cylindrical-coordinate representation of color #318BA0: hue angle of 191.35º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #318BA0 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 49 139 160 -
CMYK 0.69 0.13 0 0.37
HSL 191.35º 0.53% 0.41% -
HSV(B) 191.35º 0.69% 0.63% -
XYZ 16.84 21.66 36.55 -
YUV 114.48 153.68 81.29 -
System Red Green Blue C M Y K H S L
Decimal 49 139 160 0.69 0.13 0 0.37 191.35 0.53 0.41
Hex 31 8B A0 45 D 0 25 BF 35 29
Octal 61 213 240 105 15 0 45 277 65 51
Binary 110001 10001011 10100000 1000101 1101 0 100101 10111111 110101 101001

Color Harmonies of #318BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318BA0

Black with #318BA0

Text Example


Text Example

White with #318BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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