#278390

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

Shades of Scooter #278390

Tints of Scooter #278390

Color information

#278390 (or 0x278390) is unknown color: approx Scooter. HEX triplet: 27, 83 and 90. RGB value is (39,131,144). Sum of RGB (Red+Green+Blue) = 39+131+144=314 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.42% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #278390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278390 is #D87C6F. Grayscale: #686868. Windows color (decimal): -14187632 or 9470759. OLE color: 9470759.

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

Color convert

RGB39131144-
CMYK0.730.0900.44
HSL187.43º57.38%35.88%-
HSV(B)187.43º72.92%56.47%-
XYZ13.9918.6829.25-
YUV104.97150.0280.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.42%
GREEN value IS 131 (51.56% from 255) = 41.72%
BLUE value IS 144 (56.64% from 255) = 45.86%
R=12.42%
G=41.72%
B=45.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391311440.730.0900.44187.4357.3835.88
Hex27839049902Cbb3924
Octal47203220111110542737144
Binary100111100000111001000010010011001010110010111011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278390; }

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

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

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

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

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

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

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

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