#25869f

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

Shades of Scooter #25869F

Tints of Scooter #25869F

Color information

#25869F (or 0x25869F) is unknown color: approx Scooter. HEX triplet: 25, 86 and 9F. RGB value is (37,134,159). Sum of RGB (Red+Green+Blue) = 37+134+159=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #25869F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25869F is #DA7960. Grayscale: #6B6B6B. Windows color (decimal): -14317921 or 10454565. OLE color: 10454565.

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

Color convert

RGB37134159-
CMYK0.770.1600.38
HSL192.3º62.24%38.43%-
HSV(B)192.3º76.73%62.35%-
XYZ15.5519.9535.83-
YUV107.85156.8677.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.21%
GREEN value IS 134 (52.73% from 255) = 40.61%
BLUE value IS 159 (62.5% from 255) = 48.18%
R=11.21%
G=40.61%
B=48.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371341590.770.1600.38192.362.2438.43
Hex25869F4D10026c03e26
Octal45206237115200463007646
Binary1001011000011010011111100110110000010011011000000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25869f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25869f; }

 p { color: rgb(37,134,159); }

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

<style>
 a { background-color: #25869f; }

 a { background-color: rgb(37,134,159); }

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

<style>
 span { border-color: #25869f; }

 span { border-color: rgb(37,134,159); }

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