#278B9F

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

Shades of Scooter #278B9F

Tints of Scooter #278B9F

Color information

#278B9F (or 0x278B9F) is unknown color: approx Scooter. HEX triplet: 27, 8B and 9F. RGB value is (39,139,159). Sum of RGB (Red+Green+Blue) = 39+139+159=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #278B9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278B9F is #D87460. Grayscale: #6F6F6F. Windows color (decimal): -14185569 or 10455847. OLE color: 10455847.

HSL color Cylindrical-coordinate representation of color #278B9F: hue angle of 190º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #278B9F is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB39139159-
CMYK0.750.1300.38
HSL190º60.61%38.82%-
HSV(B)190º75.47%62.35%-
XYZ16.3321.436.07-
YUV111.38154.8776.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.57%
GREEN value IS 139 (54.69% from 255) = 41.25%
BLUE value IS 159 (62.5% from 255) = 47.18%
R=11.57%
G=41.25%
B=47.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal391391590.750.1300.3819060.6138.82
Hex278B9F4BD026be3d27
Octal47213237113150462767547
Binary100111100010111001111110010111101010011010111110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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