#25818F

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

Shades of Scooter #25818F

Tints of Scooter #25818F

Color information

#25818F (or 0x25818F) is unknown color: approx Scooter. HEX triplet: 25, 81 and 8F. RGB value is (37,129,143). Sum of RGB (Red+Green+Blue) = 37+129+143=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 143 - color contains mainly: blue. Hex color #25818F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25818F is #DA7E70. Grayscale: #666666. Windows color (decimal): -14319217 or 9404709. OLE color: 9404709.

HSL color Cylindrical-coordinate representation of color #25818F: hue angle of 187.92º 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 #25818F is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB37129143-
CMYK0.740.1000.44
HSL187.92º58.89%35.29%-
HSV(B)187.92º74.13%56.08%-
XYZ13.5718.0828.76-
YUV103.09150.5280.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.97%
GREEN value IS 129 (50.78% from 255) = 41.75%
BLUE value IS 143 (56.25% from 255) = 46.28%
R=11.97%
G=41.75%
B=46.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371291430.740.1000.44187.9258.8935.29
Hex25818F4AA02Cbc3b23
Octal45201217112120542747343
Binary100101100000011000111110010101010010110010111100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25818F; }

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

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

<style>
 a { background-color: #25818F; }

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

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

<style>
 span { border-color: #25818F; }

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

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