#388895

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

Shades of Scooter #388895

Tints of Scooter #388895

Color information

#388895 (or 0x388895) is unknown color: approx Scooter. HEX triplet: 38, 88 and 95. RGB value is (56,136,149). Sum of RGB (Red+Green+Blue) = 56+136+149=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #388895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388895 is #C7776A. Grayscale: #717171. Windows color (decimal): -13072235 or 9799736. OLE color: 9799736.

HSL color Cylindrical-coordinate representation of color #388895: hue angle of 188.39º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #388895 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB56136149-
CMYK0.620.0900.42
HSL188.39º45.37%40.2%-
HSV(B)188.39º62.42%58.43%-
XYZ15.8620.6231.58-
YUV113.5614886.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.42%
GREEN value IS 136 (53.52% from 255) = 39.88%
BLUE value IS 149 (58.59% from 255) = 43.70%
R=16.42%
G=39.88%
B=43.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561361490.620.0900.42188.3945.3740.2
Hex3888953E902Abc2d28
Octal7021022576110522745550
Binary11100010001000100101011111101001010101010111100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388895; }

 p { color: rgb(56,136,149); }

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

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

 a { background-color: rgb(56,136,149); }

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

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

 span { border-color: rgb(56,136,149); }

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