Html Css Color HEX #388DA6 Scooter

📋 copy color: '#388DA6'

red 56 ◦ green 141 ◦ blue 166

#388DA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scooter #388DA6

Tints of Scooter #388DA6

RGB

 RED value IS 56 (22.27% from 255) = 15.43%

 GREEN value IS 141 (55.47% from 255) = 38.84%

 BLUE value IS 166 (65.23% from 255) = 45.73%

R = 15.43%
G = 38.84%
B = 45.73%

CMYK

 C value IS 0.66

 M value IS 0.15

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#388DA6 (or 0x388DA6) is known color: Scooter. HEX triplet: 38, 8D and A6. RGB value is (56,141,166). Sum of RGB (Red+Green+Blue) = 56+141+166=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 166 - color contains mainly: blue. Hex color #388DA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388DA6 is #C77259. Grayscale: #767676. Windows color (decimal): -13070938 or 10915128. OLE color: 10915128.

HSL color Cylindrical-coordinate representation of color #388DA6: hue angle of 193.64º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #388DA6 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 56 141 166 -
CMYK 0.66 0.15 0 0.35
HSL 193.64º 0.5% 0.44% -
HSV(B) 193.64º 0.66% 0.65% -
XYZ 18.04 22.64 39.5 -
YUV 118.44 154.84 83.47 -
System Red Green Blue C M Y K H S L
Decimal 56 141 166 0.66 0.15 0 0.35 193.64 0.5 0.44
Hex 38 8D A6 42 F 0 23 C2 32 2C
Octal 70 215 246 102 17 0 43 302 62 54
Binary 111000 10001101 10100110 1000010 1111 0 100011 11000010 110010 101100

Color Harmonies of #388DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388DA6

Black with #388DA6

Text Example


Text Example

White with #388DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #388DA6;
 }
 .AnyTagClassName
 {
   color: #388DA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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