#398596

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

Shades of Scooter #398596

Tints of Scooter #398596

Color information

#398596 (or 0x398596) is unknown color: approx Scooter. HEX triplet: 39, 85 and 96. RGB value is (57,133,150). Sum of RGB (Red+Green+Blue) = 57+133+150=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #398596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398596 is #C67A69. Grayscale: #707070. Windows color (decimal): -13007466 or 9864505. OLE color: 9864505.

HSL color Cylindrical-coordinate representation of color #398596: hue angle of 190.97º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #398596 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB57133150-
CMYK0.620.1100.41
HSL190.97º44.93%40.59%-
HSV(B)190.97º62%58.82%-
XYZ15.5819.8531.86-
YUV112.21149.3288.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.76%
GREEN value IS 133 (52.34% from 255) = 39.12%
BLUE value IS 150 (58.98% from 255) = 44.12%
R=16.76%
G=39.12%
B=44.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal571331500.620.1100.41190.9744.9340.59
Hex3985963EB029bf2d29
Octal7120522676130512775551
Binary11100110000101100101101111101011010100110111111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398596; }

 p { color: rgb(57,133,150); }

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

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

 a { background-color: rgb(57,133,150); }

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

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

 span { border-color: rgb(57,133,150); }

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