#27829D

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

Shades of Scooter #27829D

Tints of Scooter #27829D

Color information

#27829D (or 0x27829D) is unknown color: approx Scooter. HEX triplet: 27, 82 and 9D. RGB value is (39,130,157). Sum of RGB (Red+Green+Blue) = 39+130+157=326 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.96% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #27829D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27829D is #D87D62. Grayscale: #696969. Windows color (decimal): -14187875 or 10322471. OLE color: 10322471.

HSL color Cylindrical-coordinate representation of color #27829D: hue angle of 193.73º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27829D is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB39130157-
CMYK0.750.1700.38
HSL193.73º60.2%38.43%-
HSV(B)193.73º75.16%61.57%-
XYZ14.9118.8334.75-
YUV105.87156.8580.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.96%
GREEN value IS 130 (51.17% from 255) = 39.88%
BLUE value IS 157 (61.72% from 255) = 48.16%
R=11.96%
G=39.88%
B=48.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal391301570.750.1700.38193.7360.238.43
Hex27829D4B11026c23c26
Octal47202235113210463027446
Binary1001111000001010011101100101110001010011011000010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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