#278499

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

Shades of Scooter #278499

Tints of Scooter #278499

Color information

#278499 (or 0x278499) is unknown color: approx Scooter. HEX triplet: 27, 84 and 99. RGB value is (39,132,153). Sum of RGB (Red+Green+Blue) = 39+132+153=324 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.04% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #278499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278499 is #D87B66. Grayscale: #6A6A6A. Windows color (decimal): -14187367 or 10060839. OLE color: 10060839.

HSL color Cylindrical-coordinate representation of color #278499: hue angle of 191.05º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #278499 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB39132153-
CMYK0.750.1400.4
HSL191.05º59.38%37.65%-
HSV(B)191.05º74.51%60%-
XYZ14.8419.2333.07-
YUV106.59154.1979.79-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.04%
GREEN value IS 132 (51.95% from 255) = 40.74%
BLUE value IS 153 (60.16% from 255) = 47.22%
R=12.04%
G=40.74%
B=47.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal391321530.750.1400.4191.0559.3837.65
Hex2784994BE028bf3b26
Octal47204231113160502777346
Binary100111100001001001100110010111110010100010111111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278499; }

 p { color: rgb(39,132,153); }

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

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

 a { background-color: rgb(39,132,153); }

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

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

 span { border-color: rgb(39,132,153); }

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