#278399

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

Shades of Scooter #278399

Tints of Scooter #278399

Color information

#278399 (or 0x278399) is unknown color: approx Scooter. HEX triplet: 27, 83 and 99. RGB value is (39,131,153). Sum of RGB (Red+Green+Blue) = 39+131+153=323 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.07% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #278399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278399 is #D87C66. Grayscale: #696969. Windows color (decimal): -14187623 or 10060583. OLE color: 10060583.

HSL color Cylindrical-coordinate representation of color #278399: hue angle of 191.58º 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 #278399 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB39131153-
CMYK0.750.1400.4
HSL191.58º59.38%37.65%-
HSV(B)191.58º74.51%60%-
XYZ14.718.9633.02-
YUV106154.5280.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.07%
GREEN value IS 131 (51.56% from 255) = 40.56%
BLUE value IS 153 (60.16% from 255) = 47.37%
R=12.07%
G=40.56%
B=47.37%

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
Decimal391311530.750.1400.4191.5859.3837.65
Hex2783994BE028c03b26
Octal47203231113160503007346
Binary100111100000111001100110010111110010100011000000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278399; }

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

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

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

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

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

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

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

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