#278C9B

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

Shades of Scooter #278C9B

Tints of Scooter #278C9B

Color information

#278C9B (or 0x278C9B) is unknown color: approx Scooter. HEX triplet: 27, 8C and 9B. RGB value is (39,140,155). Sum of RGB (Red+Green+Blue) = 39+140+155=334 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.68% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #278C9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278C9B is #D87364. Grayscale: #6F6F6F. Windows color (decimal): -14185317 or 10193959. OLE color: 10193959.

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

Color convert

RGB39140155-
CMYK0.750.1000.39
HSL187.76º59.79%38.04%-
HSV(B)187.76º74.84%60.78%-
XYZ16.1321.5534.32-
YUV111.51152.5476.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.68%
GREEN value IS 140 (55.08% from 255) = 41.92%
BLUE value IS 155 (60.94% from 255) = 46.41%
R=11.68%
G=41.92%
B=46.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal391401550.750.1000.39187.7659.7938.04
Hex278C9B4BA027bc3c26
Octal47214233113120472747446
Binary100111100011001001101110010111010010011110111100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,140,155); }

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

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

 a { background-color: rgb(39,140,155); }

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

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

 span { border-color: rgb(39,140,155); }

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