#258699

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

Shades of Scooter #258699

Tints of Scooter #258699

Color information

#258699 (or 0x258699) is unknown color: approx Scooter. HEX triplet: 25, 86 and 99. RGB value is (37,134,153). Sum of RGB (Red+Green+Blue) = 37+134+153=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #258699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258699 is #DA7966. Grayscale: #6A6A6A. Windows color (decimal): -14317927 or 10061349. OLE color: 10061349.

HSL color Cylindrical-coordinate representation of color #258699: hue angle of 189.83º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #258699 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB37134153-
CMYK0.760.1200.4
HSL189.83º61.05%37.25%-
HSV(B)189.83º75.82%60%-
XYZ15.0419.7433.16-
YUV107.16153.8677.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.42%
GREEN value IS 134 (52.73% from 255) = 41.36%
BLUE value IS 153 (60.16% from 255) = 47.22%
R=11.42%
G=41.36%
B=47.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal371341530.760.1200.4189.8361.0537.25
Hex2586994CC028be3d25
Octal45206231114140502767545
Binary100101100001101001100110011001100010100010111110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258699; }

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

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

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

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

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

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

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

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