#278AAC

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

Shades of Scooter #278AAC

Tints of Scooter #278AAC

Color information

#278AAC (or 0x278AAC) is unknown color: approx Scooter. HEX triplet: 27, 8A and AC. RGB value is (39,138,172). Sum of RGB (Red+Green+Blue) = 39+138+172=349 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.17% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #278AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278AAC is #D87553. Grayscale: #707070. Windows color (decimal): -14185812 or 11307559. OLE color: 11307559.

HSL color Cylindrical-coordinate representation of color #278AAC: hue angle of 195.34º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #278AAC is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB39138172-
CMYK0.770.2000.33
HSL195.34º63.03%41.37%-
HSV(B)195.34º77.33%67.45%-
XYZ17.3721.5942.28-
YUV112.28161.775.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.17%
GREEN value IS 138 (54.30% from 255) = 39.54%
BLUE value IS 172 (67.58% from 255) = 49.28%
R=11.17%
G=39.54%
B=49.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391381720.770.2000.33195.3463.0341.37
Hex278AAC4D14021c33f29
Octal47212254115240413037751
Binary1001111000101010101100100110110100010000111000011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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