#388E9C

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

Shades of Scooter #388E9C

Tints of Scooter #388E9C

Color information

#388E9C (or 0x388E9C) is unknown color: approx Scooter. HEX triplet: 38, 8E and 9C. RGB value is (56,142,156). Sum of RGB (Red+Green+Blue) = 56+142+156=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #388E9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388E9C is #C77163. Grayscale: #757575. Windows color (decimal): -13070692 or 10260024. OLE color: 10260024.

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

Color convert

RGB56142156-
CMYK0.640.0900.39
HSL188.4º47.17%41.57%-
HSV(B)188.4º64.1%61.18%-
XYZ17.322.5934.9-
YUV117.88149.5183.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.82%
GREEN value IS 142 (55.86% from 255) = 40.11%
BLUE value IS 156 (61.33% from 255) = 44.07%
R=15.82%
G=40.11%
B=44.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561421560.640.0900.39188.447.1741.57
Hex388E9C409027bc2f2a
Octal70216234100110472745752
Binary111000100011101001110010000001001010011110111100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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