#258CA1

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

Shades of Scooter #258CA1

Tints of Scooter #258CA1

Color information

#258CA1 (or 0x258CA1) is unknown color: approx Scooter. HEX triplet: 25, 8C and A1. RGB value is (37,140,161). Sum of RGB (Red+Green+Blue) = 37+140+161=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 161 (63.28% from 255 or 47.63% from 338); Max value from RGB is 161 - color contains mainly: blue. Hex color #258CA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258CA1 is #DA735E. Grayscale: #6F6F6F. Windows color (decimal): -14316383 or 10587173. OLE color: 10587173.

HSL color Cylindrical-coordinate representation of color #258CA1: hue angle of 190.16º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #258CA1 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB37140161-
CMYK0.770.1300.37
HSL190.16º62.63%38.82%-
HSV(B)190.16º77.02%63.14%-
XYZ16.5721.7237.04-
YUV111.6155.8874.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.95%
GREEN value IS 140 (55.08% from 255) = 41.42%
BLUE value IS 161 (63.28% from 255) = 47.63%
R=10.95%
G=41.42%
B=47.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal371401610.770.1300.37190.1662.6338.82
Hex258CA14DD025be3f27
Octal45214241115150452767747
Binary100101100011001010000110011011101010010110111110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258CA1; }

 p { color: rgb(37,140,161); }

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

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

 a { background-color: rgb(37,140,161); }

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

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

 span { border-color: rgb(37,140,161); }

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