#257D95

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

Shades of Scooter #257D95

Tints of Scooter #257D95

Color information

#257D95 (or 0x257D95) is unknown color: approx Scooter. HEX triplet: 25, 7D and 95. RGB value is (37,125,149). Sum of RGB (Red+Green+Blue) = 37+125+149=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #257D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257D95 is #DA826A. Grayscale: #656565. Windows color (decimal): -14320235 or 9796901. OLE color: 9796901.

HSL color Cylindrical-coordinate representation of color #257D95: hue angle of 192.86º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #257D95 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB37125149-
CMYK0.750.1600.42
HSL192.86º60.22%36.47%-
HSV(B)192.86º75.17%58.43%-
XYZ13.5217.2331.05-
YUV101.42154.8582.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.90%
GREEN value IS 125 (49.22% from 255) = 40.19%
BLUE value IS 149 (58.59% from 255) = 47.91%
R=11.90%
G=40.19%
B=47.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal371251490.750.1600.42192.8660.2236.47
Hex257D954B1002Ac13c24
Octal45175225113200523017444
Binary100101111110110010101100101110000010101011000001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257D95; }

 p { color: rgb(37,125,149); }

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

<style>
 a { background-color: #257D95; }

 a { background-color: rgb(37,125,149); }

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

<style>
 span { border-color: #257D95; }

 span { border-color: rgb(37,125,149); }

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