#278495

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

Shades of Scooter #278495

Tints of Scooter #278495

Color information

#278495 (or 0x278495) is unknown color: approx Scooter. HEX triplet: 27, 84 and 95. RGB value is (39,132,149). Sum of RGB (Red+Green+Blue) = 39+132+149=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #278495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278495 is #D87B6A. Grayscale: #696969. Windows color (decimal): -14187371 or 9798695. OLE color: 9798695.

HSL color Cylindrical-coordinate representation of color #278495: hue angle of 189.27º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #278495 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB39132149-
CMYK0.740.1100.42
HSL189.27º58.51%36.86%-
HSV(B)189.27º73.83%58.43%-
XYZ14.5119.131.36-
YUV106.13152.1980.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.19%
GREEN value IS 132 (51.95% from 255) = 41.25%
BLUE value IS 149 (58.59% from 255) = 46.56%
R=12.19%
G=41.25%
B=46.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal391321490.740.1100.42189.2758.5136.86
Hex2784954AB02Abd3b25
Octal47204225112130522757345
Binary100111100001001001010110010101011010101010111101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278495; }

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

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

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

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

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

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

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

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