#318f9d

Color #318F9D Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #318F9D

Tints of Scooter #318F9D

Color information

#318F9D (or 0x318F9D) is unknown color: approx Scooter. HEX triplet: 31, 8F and 9D. RGB value is (49,143,157). Sum of RGB (Red+Green+Blue) = 49+143+157=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #318F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318F9D is #CE7062. Grayscale: #747474. Windows color (decimal): -13529187 or 10325809. OLE color: 10325809.

HSL color Cylindrical-coordinate representation of color #318F9D: hue angle of 187.78º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #318F9D is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB49143157-
CMYK0.690.0900.38
HSL187.78º52.43%40.39%-
HSV(B)187.78º68.79%61.57%-
XYZ17.1722.7335.38-
YUV116.49150.8679.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.04%
GREEN value IS 143 (56.25% from 255) = 40.97%
BLUE value IS 157 (61.72% from 255) = 44.99%
R=14.04%
G=40.97%
B=44.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491431570.690.0900.38187.7852.4340.39
Hex318F9D459026bc3428
Octal61217235105110462746450
Binary110001100011111001110110001011001010011010111100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318f9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,143,157); }

 H1.HeaderClassName
 {
   color: #318f9d;
 }
 .AnyTagClassName
 {
   color: #318f9d;
 }
</style>
background-color css

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

 a { background-color: rgb(49,143,157); }

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

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

 span { border-color: rgb(49,143,157); }

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