#258494

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

Shades of Scooter #258494

Tints of Scooter #258494

Color information

#258494 (or 0x258494) is unknown color: approx Scooter. HEX triplet: 25, 84 and 94. RGB value is (37,132,148). Sum of RGB (Red+Green+Blue) = 37+132+148=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #258494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258494 is #DA7B6B. Grayscale: #696969. Windows color (decimal): -14318444 or 9733157. OLE color: 9733157.

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

Color convert

RGB37132148-
CMYK0.750.1100.42
HSL188.65º60%36.27%-
HSV(B)188.65º75%58.04%-
XYZ14.3619.0330.93-
YUV105.42152.0379.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.67%
GREEN value IS 132 (51.95% from 255) = 41.64%
BLUE value IS 148 (58.20% from 255) = 46.69%
R=11.67%
G=41.64%
B=46.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal371321480.750.1100.42188.656036.27
Hex2584944BB02Abd3c24
Octal45204224113130522757444
Binary100101100001001001010010010111011010101010111101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258494; }

 p { color: rgb(37,132,148); }

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

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

 a { background-color: rgb(37,132,148); }

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

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

 span { border-color: rgb(37,132,148); }

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