#25819E

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

Shades of Scooter #25819E

Tints of Scooter #25819E

Color information

#25819E (or 0x25819E) is unknown color: approx Scooter. HEX triplet: 25, 81 and 9E. RGB value is (37,129,158). Sum of RGB (Red+Green+Blue) = 37+129+158=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #25819E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25819E is #DA7E61. Grayscale: #686868. Windows color (decimal): -14319202 or 10387749. OLE color: 10387749.

HSL color Cylindrical-coordinate representation of color #25819E: hue angle of 194.38º 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 #25819E is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB37129158-
CMYK0.770.1800.38
HSL194.38º62.05%38.24%-
HSV(B)194.38º76.58%61.96%-
XYZ14.7818.5635.15-
YUV104.8158.0279.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.42%
GREEN value IS 129 (50.78% from 255) = 39.81%
BLUE value IS 158 (62.11% from 255) = 48.77%
R=11.42%
G=39.81%
B=48.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371291580.770.1800.38194.3862.0538.24
Hex25819E4D12026c23e26
Octal45201236115220463027646
Binary1001011000000110011110100110110010010011011000010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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