#27859b

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

Shades of Scooter #27859B

Tints of Scooter #27859B

Color information

#27859B (or 0x27859B) is unknown color: approx Scooter. HEX triplet: 27, 85 and 9B. RGB value is (39,133,155). Sum of RGB (Red+Green+Blue) = 39+133+155=327 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.93% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #27859B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27859B is #D87A64. Grayscale: #6B6B6B. Windows color (decimal): -14187109 or 10192167. OLE color: 10192167.

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

Color convert

RGB39133155-
CMYK0.750.1400.39
HSL191.38º59.79%38.04%-
HSV(B)191.38º74.84%60.78%-
XYZ15.1419.5733.99-
YUV107.4154.8679.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.93%
GREEN value IS 133 (52.34% from 255) = 40.67%
BLUE value IS 155 (60.94% from 255) = 47.40%
R=11.93%
G=40.67%
B=47.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal391331550.750.1400.39191.3859.7938.04
Hex27859B4BE027bf3c26
Octal47205233113160472777446
Binary100111100001011001101110010111110010011110111111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27859b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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