#27838E

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

Shades of Scooter #27838E

Tints of Scooter #27838E

Color information

#27838E (or 0x27838E) is unknown color: approx Scooter. HEX triplet: 27, 83 and 8E. RGB value is (39,131,142). Sum of RGB (Red+Green+Blue) = 39+131+142=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #27838E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27838E is #D87C71. Grayscale: #686868. Windows color (decimal): -14187634 or 9339687. OLE color: 9339687.

HSL color Cylindrical-coordinate representation of color #27838E: hue angle of 186.41º 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 #27838E is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB39131142-
CMYK0.730.0800.44
HSL186.41º56.91%35.49%-
HSV(B)186.41º72.54%55.69%-
XYZ13.8418.6228.46-
YUV104.75149.0281.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.5%
GREEN value IS 131 (51.56% from 255) = 41.99%
BLUE value IS 142 (55.86% from 255) = 45.51%
R=12.5%
G=41.99%
B=45.51%

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
Decimal391311420.730.0800.44186.4156.9135.49
Hex27838E49802Cba3923
Octal47203216111100542727143
Binary100111100000111000111010010011000010110010111010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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