#27828E

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

Shades of Scooter #27828E

Tints of Scooter #27828E

Color information

#27828E (or 0x27828E) is unknown color: approx Scooter. HEX triplet: 27, 82 and 8E. RGB value is (39,130,142). Sum of RGB (Red+Green+Blue) = 39+130+142=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #27828E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27828E is #D87D71. Grayscale: #686868. Windows color (decimal): -14187890 or 9339431. OLE color: 9339431.

HSL color Cylindrical-coordinate representation of color #27828E: hue angle of 186.99º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27828E is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB39130142-
CMYK0.730.0800.44
HSL186.99º56.91%35.49%-
HSV(B)186.99º72.54%55.69%-
XYZ13.718.3528.41-
YUV104.16149.3581.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.54%
GREEN value IS 130 (51.17% from 255) = 41.80%
BLUE value IS 142 (55.86% from 255) = 45.66%
R=12.54%
G=41.80%
B=45.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391301420.730.0800.44186.9956.9135.49
Hex27828E49802Cbb3923
Octal47202216111100542737143
Binary100111100000101000111010010011000010110010111011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27828E; }

 p { color: rgb(39,130,142); }

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

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

 a { background-color: rgb(39,130,142); }

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

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

 span { border-color: rgb(39,130,142); }

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