#278B9A

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

Shades of Scooter #278B9A

Tints of Scooter #278B9A

Color information

#278B9A (or 0x278B9A) is unknown color: approx Scooter. HEX triplet: 27, 8B and 9A. RGB value is (39,139,154). Sum of RGB (Red+Green+Blue) = 39+139+154=332 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.75% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 154 - color contains mainly: blue. Hex color #278B9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278B9A is #D87465. Grayscale: #6E6E6E. Windows color (decimal): -14185574 or 10128167. OLE color: 10128167.

HSL color Cylindrical-coordinate representation of color #278B9A: hue angle of 187.83º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #278B9A is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB39139154-
CMYK0.750.1000.40
HSL187.83º59.59%37.84%-
HSV(B)187.83º74.68%60.39%-
XYZ15.921.2333.83-
YUV110.81152.3776.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.75%
GREEN value IS 139 (54.69% from 255) = 41.87%
BLUE value IS 154 (60.55% from 255) = 46.39%
R=11.75%
G=41.87%
B=46.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal391391540.750.1000.40187.8359.5937.84
Hex278B9A4BA028bc3c26
Octal47213232113120502747446
Binary100111100010111001101010010111010010100010111100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,139,154); }

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

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

 a { background-color: rgb(39,139,154); }

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

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

 span { border-color: rgb(39,139,154); }

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