Html Css Color HEX #389DA6 Scooter

📋 copy color: '#389DA6'

red 56 ◦ green 157 ◦ blue 166

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

Shades of Scooter #389DA6

Tints of Scooter #389DA6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.42%

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

R = 14.78%
G = 41.42%
B = 43.8%

CMYK

 C value IS 0.66

 M value IS 0.05

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#389DA6 (or 0x389DA6) is known color: Scooter. HEX triplet: 38, 9D and A6. RGB value is (56,157,166). Sum of RGB (Red+Green+Blue) = 56+157+166=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 166 - color contains mainly: blue. Hex color #389DA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389DA6 is #C76259. Grayscale: #7F7F7F. Windows color (decimal): -13066842 or 10919224. OLE color: 10919224.

HSL color Cylindrical-coordinate representation of color #389DA6: hue angle of 184.91º 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 #389DA6 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 56 157 166 -
CMYK 0.66 0.05 0 0.35
HSL 184.91º 0.5% 0.44% -
HSV(B) 184.91º 0.66% 0.65% -
XYZ 20.57 27.71 40.34 -
YUV 127.83 149.54 76.77 -
System Red Green Blue C M Y K H S L
Decimal 56 157 166 0.66 0.05 0 0.35 184.91 0.5 0.44
Hex 38 9D A6 42 5 0 23 B9 32 2C
Octal 70 235 246 102 5 0 43 271 62 54
Binary 111000 10011101 10100110 1000010 101 0 100011 10111001 110010 101100

Color Harmonies of #389DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389DA6

Black with #389DA6

Text Example


Text Example

White with #389DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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