#388F9D

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

Shades of Scooter #388F9D

Tints of Scooter #388F9D

Color information

#388F9D (or 0x388F9D) is unknown color: approx Scooter. HEX triplet: 38, 8F and 9D. RGB value is (56,143,157). Sum of RGB (Red+Green+Blue) = 56+143+157=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #388F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388F9D is #C77062. Grayscale: #767676. Windows color (decimal): -13070435 or 10325816. OLE color: 10325816.

HSL color Cylindrical-coordinate representation of color #388F9D: hue angle of 188.32º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #388F9D is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB56143157-
CMYK0.640.0900.38
HSL188.32º47.42%41.76%-
HSV(B)188.32º64.33%61.57%-
XYZ17.5422.9235.4-
YUV118.58149.6883.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.73%
GREEN value IS 143 (56.25% from 255) = 40.17%
BLUE value IS 157 (61.72% from 255) = 44.10%
R=15.73%
G=40.17%
B=44.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561431570.640.0900.38188.3247.4241.76
Hex388F9D409026bc2f2a
Octal70217235100110462745752
Binary111000100011111001110110000001001010011010111100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,143,157); }

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

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

 a { background-color: rgb(56,143,157); }

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

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

 span { border-color: rgb(56,143,157); }

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