#258396

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

Shades of Scooter #258396

Tints of Scooter #258396

Color information

#258396 (or 0x258396) is unknown color: approx Scooter. HEX triplet: 25, 83 and 96. RGB value is (37,131,150). Sum of RGB (Red+Green+Blue) = 37+131+150=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 150 - color contains mainly: blue. Hex color #258396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258396 is #DA7C69. Grayscale: #686868. Windows color (decimal): -14318698 or 9863973. OLE color: 9863973.

HSL color Cylindrical-coordinate representation of color #258396: hue angle of 190.09º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #258396 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB37131150-
CMYK0.750.1300.41
HSL190.09º60.43%36.67%-
HSV(B)190.09º75.33%58.82%-
XYZ14.3818.8331.73-
YUV105.06153.3679.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.64%
GREEN value IS 131 (51.56% from 255) = 41.19%
BLUE value IS 150 (58.98% from 255) = 47.17%
R=11.64%
G=41.19%
B=47.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal371311500.750.1300.41190.0960.4336.67
Hex2583964BD029be3c25
Octal45203226113150512767445
Binary100101100000111001011010010111101010100110111110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258396; }

 p { color: rgb(37,131,150); }

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

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

 a { background-color: rgb(37,131,150); }

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

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

 span { border-color: rgb(37,131,150); }

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