Html Css Color HEX #318BAC Scooter

📋 copy color: '#318BAC'

red 49 ◦ green 139 ◦ blue 172

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

Shades of Scooter #318BAC

Tints of Scooter #318BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.78%

R = 13.61%
G = 38.61%
B = 47.78%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#318BAC (or 0x318BAC) is known color: Scooter. HEX triplet: 31, 8B and AC. RGB value is (49,139,172). Sum of RGB (Red+Green+Blue) = 49+139+172=360 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.61% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #318BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318BAC is #CE7453. Grayscale: #737373. Windows color (decimal): -13530196 or 11307825. OLE color: 11307825.

HSL color Cylindrical-coordinate representation of color #318BAC: hue angle of 196.1º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #318BAC is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 139 172 -
CMYK 0.72 0.19 0 0.33
HSL 196.1º 0.56% 0.43% -
HSV(B) 196.1º 0.72% 0.67% -
XYZ 17.95 22.1 42.35 -
YUV 115.85 159.68 80.32 -
System Red Green Blue C M Y K H S L
Decimal 49 139 172 0.72 0.19 0 0.33 196.1 0.56 0.43
Hex 31 8B AC 48 13 0 21 C4 38 2B
Octal 61 213 254 110 23 0 41 304 70 53
Binary 110001 10001011 10101100 1001000 10011 0 100001 11000100 111000 101011

Color Harmonies of #318BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318BAC

Black with #318BAC

Text Example


Text Example

White with #318BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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