#258692

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

Shades of Scooter #258692

Tints of Scooter #258692

Color information

#258692 (or 0x258692) is unknown color: approx Scooter. HEX triplet: 25, 86 and 92. RGB value is (37,134,146). Sum of RGB (Red+Green+Blue) = 37+134+146=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #258692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258692 is #DA796D. Grayscale: #6A6A6A. Windows color (decimal): -14317934 or 9602597. OLE color: 9602597.

HSL color Cylindrical-coordinate representation of color #258692: hue angle of 186.61º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #258692 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB37134146-
CMYK0.750.0800.43
HSL186.61º59.56%35.88%-
HSV(B)186.61º74.66%57.25%-
XYZ14.4819.5230.2-
YUV106.36150.3678.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.67%
GREEN value IS 134 (52.73% from 255) = 42.27%
BLUE value IS 146 (57.42% from 255) = 46.06%
R=11.67%
G=42.27%
B=46.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371341460.750.0800.43186.6159.5635.88
Hex2586924B802Bbb3c24
Octal45206222113100532737444
Binary100101100001101001001010010111000010101110111011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258692; }

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

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

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

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

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

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

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

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