#258294

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

Shades of Scooter #258294

Tints of Scooter #258294

Color information

#258294 (or 0x258294) is unknown color: approx Scooter. HEX triplet: 25, 82 and 94. RGB value is (37,130,148). Sum of RGB (Red+Green+Blue) = 37+130+148=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #258294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258294 is #DA7D6B. Grayscale: #686868. Windows color (decimal): -14318956 or 9732645. OLE color: 9732645.

HSL color Cylindrical-coordinate representation of color #258294: hue angle of 189.73º 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 #258294 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB37130148-
CMYK0.750.1200.42
HSL189.73º60%36.27%-
HSV(B)189.73º75%58.04%-
XYZ14.0918.530.84-
YUV104.24152.6980.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.75%
GREEN value IS 130 (51.17% from 255) = 41.27%
BLUE value IS 148 (58.20% from 255) = 46.98%
R=11.75%
G=41.27%
B=46.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal371301480.750.1200.42189.736036.27
Hex2582944BC02Abe3c24
Octal45202224113140522767444
Binary100101100000101001010010010111100010101010111110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258294; }

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

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

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

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

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

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

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

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