#257E90

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

Shades of Scooter #257E90

Tints of Scooter #257E90

Color information

#257E90 (or 0x257E90) is unknown color: approx Scooter. HEX triplet: 25, 7E and 90. RGB value is (37,126,144). Sum of RGB (Red+Green+Blue) = 37+126+144=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #257E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257E90 is #DA816F. Grayscale: #656565. Windows color (decimal): -14319984 or 9469477. OLE color: 9469477.

HSL color Cylindrical-coordinate representation of color #257E90: hue angle of 190.09º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #257E90 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB37126144-
CMYK0.740.1200.44
HSL190.09º59.12%35.49%-
HSV(B)190.09º74.31%56.47%-
XYZ13.2617.3329.03-
YUV101.44152.0182.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.05%
GREEN value IS 126 (49.61% from 255) = 41.04%
BLUE value IS 144 (56.64% from 255) = 46.91%
R=12.05%
G=41.04%
B=46.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371261440.740.1200.44190.0959.1235.49
Hex257E904AC02Cbe3b23
Octal45176220112140542767343
Binary10010111111101001000010010101100010110010111110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,126,144); }

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

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

 a { background-color: rgb(37,126,144); }

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

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

 span { border-color: rgb(37,126,144); }

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