#318F9E

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

Shades of Scooter #318F9E

Tints of Scooter #318F9E

Color information

#318F9E (or 0x318F9E) is unknown color: approx Scooter. HEX triplet: 31, 8F and 9E. RGB value is (49,143,158). Sum of RGB (Red+Green+Blue) = 49+143+158=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #318F9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318F9E is #CE7061. Grayscale: #747474. Windows color (decimal): -13529186 or 10391345. OLE color: 10391345.

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

Color convert

RGB49143158-
CMYK0.690.0900.38
HSL188.26º52.66%40.59%-
HSV(B)188.26º68.99%61.96%-
XYZ17.2622.7735.83-
YUV116.6151.3679.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14%
GREEN value IS 143 (56.25% from 255) = 40.86%
BLUE value IS 158 (62.11% from 255) = 45.14%
R=14%
G=40.86%
B=45.14%

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
Decimal491431580.690.0900.38188.2652.6640.59
Hex318F9E459026bc3529
Octal61217236105110462746551
Binary110001100011111001111010001011001010011010111100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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