#258795

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

Shades of Scooter #258795

Tints of Scooter #258795

Color information

#258795 (or 0x258795) is unknown color: approx Scooter. HEX triplet: 25, 87 and 95. RGB value is (37,135,149). Sum of RGB (Red+Green+Blue) = 37+135+149=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #258795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258795 is #DA786A. Grayscale: #6B6B6B. Windows color (decimal): -14317675 or 9799461. OLE color: 9799461.

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

Color convert

RGB37135149-
CMYK0.750.0900.42
HSL187.5º60.22%36.47%-
HSV(B)187.5º75.17%58.43%-
XYZ14.8519.8931.49-
YUV107.29151.5377.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.53%
GREEN value IS 135 (53.12% from 255) = 42.06%
BLUE value IS 149 (58.59% from 255) = 46.42%
R=11.53%
G=42.06%
B=46.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal371351490.750.0900.42187.560.2236.47
Hex2587954B902Abc3c24
Octal45207225113110522747444
Binary100101100001111001010110010111001010101010111100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258795; }

 p { color: rgb(37,135,149); }

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

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

 a { background-color: rgb(37,135,149); }

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

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

 span { border-color: rgb(37,135,149); }

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