#258594

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

Shades of Scooter #258594

Tints of Scooter #258594

Color information

#258594 (or 0x258594) is unknown color: approx Scooter. HEX triplet: 25, 85 and 94. RGB value is (37,133,148). Sum of RGB (Red+Green+Blue) = 37+133+148=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 148 - color contains mainly: blue. Hex color #258594 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258594 is #DA7A6B. Grayscale: #696969. Windows color (decimal): -14318188 or 9733413. OLE color: 9733413.

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

Color convert

RGB37133148-
CMYK0.750.1000.42
HSL188.11º60%36.27%-
HSV(B)188.11º75%58.04%-
XYZ14.519.3130.98-
YUV106.01151.778.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.64%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 148 (58.20% from 255) = 46.54%
R=11.64%
G=41.82%
B=46.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal371331480.750.1000.42188.116036.27
Hex2585944BA02Abc3c24
Octal45205224113120522747444
Binary100101100001011001010010010111010010101010111100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258594; }

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

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

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

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

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

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

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

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