#25859B

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

Shades of Scooter #25859B

Tints of Scooter #25859B

Color information

#25859B (or 0x25859B) is unknown color: approx Scooter. HEX triplet: 25, 85 and 9B. RGB value is (37,133,155). Sum of RGB (Red+Green+Blue) = 37+133+155=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #25859B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25859B is #DA7A64. Grayscale: #6A6A6A. Windows color (decimal): -14318181 or 10192165. OLE color: 10192165.

HSL color Cylindrical-coordinate representation of color #25859B: hue angle of 191.19º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25859B is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB37133155-
CMYK0.760.1400.39
HSL191.19º61.46%37.65%-
HSV(B)191.19º76.13%60.78%-
XYZ15.0719.5333.99-
YUV106.8155.278.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.38%
GREEN value IS 133 (52.34% from 255) = 40.92%
BLUE value IS 155 (60.94% from 255) = 47.69%
R=11.38%
G=40.92%
B=47.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal371331550.760.1400.39191.1961.4637.65
Hex25859B4CE027bf3d26
Octal45205233114160472777546
Binary100101100001011001101110011001110010011110111111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25859B; }

 p { color: rgb(37,133,155); }

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

<style>
 a { background-color: #25859B; }

 a { background-color: rgb(37,133,155); }

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

<style>
 span { border-color: #25859B; }

 span { border-color: rgb(37,133,155); }

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