#388599

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

Shades of Scooter #388599

Tints of Scooter #388599

Color information

#388599 (or 0x388599) is unknown color: approx Scooter. HEX triplet: 38, 85 and 99. RGB value is (56,133,153). Sum of RGB (Red+Green+Blue) = 56+133+153=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #388599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388599 is #C77A66. Grayscale: #707070. Windows color (decimal): -13072999 or 10061112. OLE color: 10061112.

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

Color convert

RGB56133153-
CMYK0.630.1300.4
HSL192.37º46.41%40.98%-
HSV(B)192.37º63.4%60%-
XYZ15.7719.9233.15-
YUV112.26150.9987.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.37%
GREEN value IS 133 (52.34% from 255) = 38.89%
BLUE value IS 153 (60.16% from 255) = 44.74%
R=16.37%
G=38.89%
B=44.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal561331530.630.1300.4192.3746.4140.98
Hex3885993FD028c02e29
Octal7020523177150503005651
Binary11100010000101100110011111111101010100011000000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388599; }

 p { color: rgb(56,133,153); }

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

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

 a { background-color: rgb(56,133,153); }

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

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

 span { border-color: rgb(56,133,153); }

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