#27859C

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

Shades of Scooter #27859C

Tints of Scooter #27859C

Color information

#27859C (or 0x27859C) is unknown color: approx Scooter. HEX triplet: 27, 85 and 9C. RGB value is (39,133,156). Sum of RGB (Red+Green+Blue) = 39+133+156=328 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.89% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #27859C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27859C is #D87A63. Grayscale: #6B6B6B. Windows color (decimal): -14187108 or 10257703. OLE color: 10257703.

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

Color convert

RGB39133156-
CMYK0.750.1500.39
HSL191.79º60%38.24%-
HSV(B)191.79º75%61.18%-
XYZ15.2219.6134.43-
YUV107.52155.3679.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.89%
GREEN value IS 133 (52.34% from 255) = 40.55%
BLUE value IS 156 (61.33% from 255) = 47.56%
R=11.89%
G=40.55%
B=47.56%

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
Decimal391331560.750.1500.39191.796038.24
Hex27859C4BF027c03c26
Octal47205234113170473007446
Binary100111100001011001110010010111111010011111000000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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