#27849B

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

Shades of Scooter #27849B

Tints of Scooter #27849B

Color information

#27849B (or 0x27849B) is unknown color: approx Scooter. HEX triplet: 27, 84 and 9B. RGB value is (39,132,155). Sum of RGB (Red+Green+Blue) = 39+132+155=326 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.96% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #27849B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27849B is #D87B64. Grayscale: #6A6A6A. Windows color (decimal): -14187365 or 10191911. OLE color: 10191911.

HSL color Cylindrical-coordinate representation of color #27849B: hue angle of 191.9º 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 #27849B is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB39132155-
CMYK0.750.1500.39
HSL191.9º59.79%38.04%-
HSV(B)191.9º74.84%60.78%-
XYZ1519.333.94-
YUV106.82155.1979.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.96%
GREEN value IS 132 (51.95% from 255) = 40.49%
BLUE value IS 155 (60.94% from 255) = 47.55%
R=11.96%
G=40.49%
B=47.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal391321550.750.1500.39191.959.7938.04
Hex27849B4BF027c03c26
Octal47204233113170473007446
Binary100111100001001001101110010111111010011111000000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27849B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27849B; }

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

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

<style>
 a { background-color: #27849B; }

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

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

<style>
 span { border-color: #27849B; }

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

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