#27829C

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

Shades of Scooter #27829C

Tints of Scooter #27829C

Color information

#27829C (or 0x27829C) is unknown color: approx Scooter. HEX triplet: 27, 82 and 9C. RGB value is (39,130,156). Sum of RGB (Red+Green+Blue) = 39+130+156=325 (43% of max value = 765). Red value is 39 (15.62% from 255 or 12% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #27829C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27829C is #D87D63. Grayscale: #696969. Windows color (decimal): -14187876 or 10256935. OLE color: 10256935.

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

Color convert

RGB39130156-
CMYK0.750.1700.39
HSL193.33º60%38.24%-
HSV(B)193.33º75%61.18%-
XYZ14.8218.834.3-
YUV105.76156.3580.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12%
GREEN value IS 130 (51.17% from 255) = 40%
BLUE value IS 156 (61.33% from 255) = 48%
R=12%
G=40%
B=48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal391301560.750.1700.39193.336038.24
Hex27829C4B11027c13c26
Octal47202234113210473017446
Binary1001111000001010011100100101110001010011111000001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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