#25809E

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

Shades of Scooter #25809E

Tints of Scooter #25809E

Color information

#25809E (or 0x25809E) is unknown color: approx Scooter. HEX triplet: 25, 80 and 9E. RGB value is (37,128,158). Sum of RGB (Red+Green+Blue) = 37+128+158=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 158 - color contains mainly: blue. Hex color #25809E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25809E is #DA7F61. Grayscale: #676767. Windows color (decimal): -14319458 or 10387493. OLE color: 10387493.

HSL color Cylindrical-coordinate representation of color #25809E: hue angle of 194.88º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25809E is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB37128158-
CMYK0.770.1900.38
HSL194.88º62.05%38.24%-
HSV(B)194.88º76.58%61.96%-
XYZ14.6518.335.11-
YUV104.21158.3580.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.46%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 158 (62.11% from 255) = 48.92%
R=11.46%
G=39.63%
B=48.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371281580.770.1900.38194.8862.0538.24
Hex25809E4D13026c33e26
Octal45200236115230463037646
Binary1001011000000010011110100110110011010011011000011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25809E; }

 p { color: rgb(37,128,158); }

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

<style>
 a { background-color: #25809E; }

 a { background-color: rgb(37,128,158); }

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

<style>
 span { border-color: #25809E; }

 span { border-color: rgb(37,128,158); }

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