Html Css Color HEX #318AAE Scooter

📋 copy color: '#318AAE'

red 49 ◦ green 138 ◦ blue 174

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

Shades of Scooter #318AAE

Tints of Scooter #318AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.23%

 BLUE value IS 174 (68.36% from 255) = 48.2%

R = 13.57%
G = 38.23%
B = 48.2%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#318AAE (or 0x318AAE) is known color: Scooter. HEX triplet: 31, 8A and AE. RGB value is (49,138,174). Sum of RGB (Red+Green+Blue) = 49+138+174=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #318AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318AAE is #CE7551. Grayscale: #737373. Windows color (decimal): -13530450 or 11438641. OLE color: 11438641.

HSL color Cylindrical-coordinate representation of color #318AAE: hue angle of 197.28º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #318AAE is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 138 174 -
CMYK 0.72 0.21 0 0.32
HSL 197.28º 0.56% 0.44% -
HSV(B) 197.28º 0.72% 0.68% -
XYZ 18 21.89 43.32 -
YUV 115.49 161.01 80.57 -
System Red Green Blue C M Y K H S L
Decimal 49 138 174 0.72 0.21 0 0.32 197.28 0.56 0.44
Hex 31 8A AE 48 15 0 20 C5 38 2C
Octal 61 212 256 110 25 0 40 305 70 54
Binary 110001 10001010 10101110 1001000 10101 0 100000 11000101 111000 101100

Color Harmonies of #318AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318AAE

Black with #318AAE

Text Example


Text Example

White with #318AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,138,174); }

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

background-color css

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

 a { background-color: rgb(49,138,174); }

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

border-color css

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

 span { border-color: rgb(49,138,174); }

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