#318894

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

Shades of Scooter #318894

Tints of Scooter #318894

Color information

#318894 (or 0x318894) is unknown color: approx Scooter. HEX triplet: 31, 88 and 94. RGB value is (49,136,148). Sum of RGB (Red+Green+Blue) = 49+136+148=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #318894 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318894 is #CE776B. Grayscale: #6F6F6F. Windows color (decimal): -13530988 or 9734193. OLE color: 9734193.

HSL color Cylindrical-coordinate representation of color #318894: hue angle of 187.27º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #318894 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB49136148-
CMYK0.670.0800.42
HSL187.27º50.25%38.63%-
HSV(B)187.27º66.89%58.04%-
XYZ15.4220.431.14-
YUV111.35148.6883.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.71%
GREEN value IS 136 (53.52% from 255) = 40.84%
BLUE value IS 148 (58.20% from 255) = 44.44%
R=14.71%
G=40.84%
B=44.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491361480.670.0800.42187.2750.2538.63
Hex31889443802Abb3227
Octal61210224103100522736247
Binary110001100010001001010010000111000010101010111011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318894; }

 p { color: rgb(49,136,148); }

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

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

 a { background-color: rgb(49,136,148); }

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

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

 span { border-color: rgb(49,136,148); }

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