#27849C

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

Shades of Scooter #27849C

Tints of Scooter #27849C

Color information

#27849C (or 0x27849C) is unknown color: approx Scooter. HEX triplet: 27, 84 and 9C. RGB value is (39,132,156). Sum of RGB (Red+Green+Blue) = 39+132+156=327 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.93% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #27849C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27849C is #D87B63. Grayscale: #6A6A6A. Windows color (decimal): -14187364 or 10257447. OLE color: 10257447.

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

Color convert

RGB39132156-
CMYK0.750.1500.39
HSL192.31º60%38.24%-
HSV(B)192.31º75%61.18%-
XYZ15.0919.3334.39-
YUV106.93155.6979.55-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.93%
GREEN value IS 132 (51.95% from 255) = 40.37%
BLUE value IS 156 (61.33% from 255) = 47.71%
R=11.93%
G=40.37%
B=47.71%

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
Decimal391321560.750.1500.39192.316038.24
Hex27849C4BF027c03c26
Octal47204234113170473007446
Binary100111100001001001110010010111111010011111000000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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