#278AA6

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

Shades of Scooter #278AA6

Tints of Scooter #278AA6

Color information

#278AA6 (or 0x278AA6) is unknown color: approx Scooter. HEX triplet: 27, 8A and A6. RGB value is (39,138,166). Sum of RGB (Red+Green+Blue) = 39+138+166=343 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.37% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 166 (65.23% from 255 or 48.40% from 343); Max value from RGB is 166 - color contains mainly: blue. Hex color #278AA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278AA6 is #D87559. Grayscale: #6F6F6F. Windows color (decimal): -14185818 or 10914343. OLE color: 10914343.

HSL color Cylindrical-coordinate representation of color #278AA6: hue angle of 193.23º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #278AA6 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB39138166-
CMYK0.770.1700.35
HSL193.23º61.95%40.2%-
HSV(B)193.23º76.51%65.1%-
XYZ16.8121.3639.31-
YUV111.59158.776.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.37%
GREEN value IS 138 (54.30% from 255) = 40.23%
BLUE value IS 166 (65.23% from 255) = 48.40%
R=11.37%
G=40.23%
B=48.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal391381660.770.1700.35193.2361.9540.2
Hex278AA64D11023c13e28
Octal47212246115210433017650
Binary1001111000101010100110100110110001010001111000001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278AA6; }

 p { color: rgb(39,138,166); }

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

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

 a { background-color: rgb(39,138,166); }

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

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

 span { border-color: rgb(39,138,166); }

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