#25889B

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

Shades of Scooter #25889B

Tints of Scooter #25889B

Color information

#25889B (or 0x25889B) is unknown color: approx Scooter. HEX triplet: 25, 88 and 9B. RGB value is (37,136,155). Sum of RGB (Red+Green+Blue) = 37+136+155=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #25889B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25889B is #DA7764. Grayscale: #6C6C6C. Windows color (decimal): -14317413 or 10192933. OLE color: 10192933.

HSL color Cylindrical-coordinate representation of color #25889B: hue angle of 189.66º 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 #25889B is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB37136155-
CMYK0.760.1200.39
HSL189.66º61.46%37.65%-
HSV(B)189.66º76.13%60.78%-
XYZ15.4820.3734.13-
YUV108.56154.276.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.28%
GREEN value IS 136 (53.52% from 255) = 41.46%
BLUE value IS 155 (60.94% from 255) = 47.26%
R=11.28%
G=41.46%
B=47.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal371361550.760.1200.39189.6661.4637.65
Hex25889B4CC027be3d26
Octal45210233114140472767546
Binary100101100010001001101110011001100010011110111110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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