#388DA4

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

Shades of Scooter #388DA4

Tints of Scooter #388DA4

Color information

#388DA4 (or 0x388DA4) is unknown color: approx Scooter. HEX triplet: 38, 8D and A4. RGB value is (56,141,164). Sum of RGB (Red+Green+Blue) = 56+141+164=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 164 (64.45% from 255 or 45.43% from 361); Max value from RGB is 164 - color contains mainly: blue. Hex color #388DA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388DA4 is #C7725B. Grayscale: #767676. Windows color (decimal): -13070940 or 10784056. OLE color: 10784056.

HSL color Cylindrical-coordinate representation of color #388DA4: hue angle of 192.78º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #388DA4 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB56141164-
CMYK0.660.1400.36
HSL192.78º49.09%43.14%-
HSV(B)192.78º65.85%64.31%-
XYZ17.8622.5738.54-
YUV118.21153.8483.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.51%
GREEN value IS 141 (55.47% from 255) = 39.06%
BLUE value IS 164 (64.45% from 255) = 45.43%
R=15.51%
G=39.06%
B=45.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal561411640.660.1400.36192.7849.0943.14
Hex388DA442E024c1312b
Octal70215244102160443016153
Binary111000100011011010010010000101110010010011000001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388DA4; }

 p { color: rgb(56,141,164); }

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

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

 a { background-color: rgb(56,141,164); }

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

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

 span { border-color: rgb(56,141,164); }

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