#388C9E

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

Shades of Scooter #388C9E

Tints of Scooter #388C9E

Color information

#388C9E (or 0x388C9E) is unknown color: approx Scooter. HEX triplet: 38, 8C and 9E. RGB value is (56,140,158). Sum of RGB (Red+Green+Blue) = 56+140+158=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 140 (55.08% from 255 or 39.55% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #388C9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388C9E is #C77361. Grayscale: #747474. Windows color (decimal): -13071202 or 10390584. OLE color: 10390584.

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

Color convert

RGB56140158-
CMYK0.650.1100.38
HSL190.59º47.66%41.96%-
HSV(B)190.59º64.56%61.96%-
XYZ17.1822.0735.7-
YUV116.94151.1784.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.82%
GREEN value IS 140 (55.08% from 255) = 39.55%
BLUE value IS 158 (62.11% from 255) = 44.63%
R=15.82%
G=39.55%
B=44.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561401580.650.1100.38190.5947.6641.96
Hex388C9E41B026bf302a
Octal70214236101130462776052
Binary111000100011001001111010000011011010011010111111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,140,158); }

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

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

 a { background-color: rgb(56,140,158); }

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

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

 span { border-color: rgb(56,140,158); }

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