#257D99

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

Shades of Scooter #257D99

Tints of Scooter #257D99

Color information

#257D99 (or 0x257D99) is unknown color: approx Scooter. HEX triplet: 25, 7D and 99. RGB value is (37,125,153). Sum of RGB (Red+Green+Blue) = 37+125+153=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #257D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257D99 is #DA8266. Grayscale: #656565. Windows color (decimal): -14320231 or 10059045. OLE color: 10059045.

HSL color Cylindrical-coordinate representation of color #257D99: hue angle of 194.48º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #257D99 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB37125153-
CMYK0.760.1800.4
HSL194.48º61.05%37.25%-
HSV(B)194.48º75.82%60%-
XYZ13.8517.3632.76-
YUV101.88156.8581.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.75%
GREEN value IS 125 (49.22% from 255) = 39.68%
BLUE value IS 153 (60.16% from 255) = 48.57%
R=11.75%
G=39.68%
B=48.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal371251530.760.1800.4194.4861.0537.25
Hex257D994C12028c23d25
Octal45175231114220503027545
Binary100101111110110011001100110010010010100011000010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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