#318B98

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

Shades of Scooter #318B98

Tints of Scooter #318B98

Color information

#318B98 (or 0x318B98) is unknown color: approx Scooter. HEX triplet: 31, 8B and 98. RGB value is (49,139,152). Sum of RGB (Red+Green+Blue) = 49+139+152=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #318B98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318B98 is #CE7467. Grayscale: #717171. Windows color (decimal): -13530216 or 9997105. OLE color: 9997105.

HSL color Cylindrical-coordinate representation of color #318B98: hue angle of 187.57º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #318B98 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB49139152-
CMYK0.680.0900.40
HSL187.57º51.24%39.41%-
HSV(B)187.57º67.76%59.61%-
XYZ16.1721.3932.98-
YUV113.57149.6881.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.41%
GREEN value IS 139 (54.69% from 255) = 40.88%
BLUE value IS 152 (59.77% from 255) = 44.71%
R=14.41%
G=40.88%
B=44.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal491391520.680.0900.40187.5751.2439.41
Hex318B98449028bc3327
Octal61213230104110502746347
Binary110001100010111001100010001001001010100010111100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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