Html Css Color HEX #318DAE Scooter

📋 copy color: '#318DAE'

red 49 ◦ green 141 ◦ blue 174

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

Shades of Scooter #318DAE

Tints of Scooter #318DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.74%

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

R = 13.46%
G = 38.74%
B = 47.8%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#318DAE (or 0x318DAE) is known color: Scooter. HEX triplet: 31, 8D and AE. RGB value is (49,141,174). Sum of RGB (Red+Green+Blue) = 49+141+174=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #318DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318DAE is #CE7251. Grayscale: #757575. Windows color (decimal): -13529682 or 11439409. OLE color: 11439409.

HSL color Cylindrical-coordinate representation of color #318DAE: hue angle of 195.84º 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 #318DAE is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 141 174 -
CMYK 0.72 0.19 0 0.32
HSL 195.84º 0.56% 0.44% -
HSV(B) 195.84º 0.72% 0.68% -
XYZ 18.43 22.76 43.47 -
YUV 117.25 160.02 79.32 -
System Red Green Blue C M Y K H S L
Decimal 49 141 174 0.72 0.19 0 0.32 195.84 0.56 0.44
Hex 31 8D AE 48 13 0 20 C4 38 2C
Octal 61 215 256 110 23 0 40 304 70 54
Binary 110001 10001101 10101110 1001000 10011 0 100000 11000100 111000 101100

Color Harmonies of #318DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318DAE

Black with #318DAE

Text Example


Text Example

White with #318DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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