#388E98

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

Shades of Scooter #388E98

Tints of Scooter #388E98

Color information

#388E98 (or 0x388E98) is unknown color: approx Scooter. HEX triplet: 38, 8E and 98. RGB value is (56,142,152). Sum of RGB (Red+Green+Blue) = 56+142+152=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 152 - color contains mainly: blue. Hex color #388E98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388E98 is #C77167. Grayscale: #757575. Windows color (decimal): -13070696 or 9997880. OLE color: 9997880.

HSL color Cylindrical-coordinate representation of color #388E98: hue angle of 186.25º 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 #388E98 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB56142152-
CMYK0.630.0700.40
HSL186.25º46.15%40.78%-
HSV(B)186.25º63.16%59.61%-
XYZ16.9722.4533.15-
YUV117.43147.5184.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16%
GREEN value IS 142 (55.86% from 255) = 40.57%
BLUE value IS 152 (59.77% from 255) = 43.43%
R=16%
G=40.57%
B=43.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal561421520.630.0700.40186.2546.1540.78
Hex388E983F7028ba2e29
Octal702162307770502725651
Binary1110001000111010011000111111111010100010111010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,142,152); }

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

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

 a { background-color: rgb(56,142,152); }

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

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

 span { border-color: rgb(56,142,152); }

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