#258598

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

Shades of Scooter #258598

Tints of Scooter #258598

Color information

#258598 (or 0x258598) is unknown color: approx Scooter. HEX triplet: 25, 85 and 98. RGB value is (37,133,152). Sum of RGB (Red+Green+Blue) = 37+133+152=322 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.49% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 152 - color contains mainly: blue. Hex color #258598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258598 is #DA7A67. Grayscale: #6A6A6A. Windows color (decimal): -14318184 or 9995557. OLE color: 9995557.

HSL color Cylindrical-coordinate representation of color #258598: hue angle of 189.91º 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 #258598 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB37133152-
CMYK0.760.1300.40
HSL189.91º60.85%37.06%-
HSV(B)189.91º75.66%59.61%-
XYZ14.8219.4432.68-
YUV106.46153.778.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.49%
GREEN value IS 133 (52.34% from 255) = 41.30%
BLUE value IS 152 (59.77% from 255) = 47.20%
R=11.49%
G=41.30%
B=47.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal371331520.760.1300.40189.9160.8537.06
Hex2585984CD028be3d25
Octal45205230114150502767545
Binary100101100001011001100010011001101010100010111110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258598; }

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

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

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

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

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

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

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

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