Html Css Color HEX #389BA8 Scooter

📋 copy color: '#389BA8'

red 56 ◦ green 155 ◦ blue 168

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

Shades of Scooter #389BA8

Tints of Scooter #389BA8

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.9%

 BLUE value IS 168 (66.02% from 255) = 44.33%

R = 14.78%
G = 40.9%
B = 44.33%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#389BA8 (or 0x389BA8) is known color: Scooter. HEX triplet: 38, 9B and A8. RGB value is (56,155,168). Sum of RGB (Red+Green+Blue) = 56+155+168=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 168 - color contains mainly: blue. Hex color #389BA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389BA8 is #C76457. Grayscale: #7E7E7E. Windows color (decimal): -13067352 or 11049784. OLE color: 11049784.

HSL color Cylindrical-coordinate representation of color #389BA8: hue angle of 186.96º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #389BA8 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 56 155 168 -
CMYK 0.67 0.08 0 0.34
HSL 186.96º 0.5% 0.44% -
HSV(B) 186.96º 0.67% 0.66% -
XYZ 20.42 27.11 41.2 -
YUV 126.88 151.2 77.44 -
System Red Green Blue C M Y K H S L
Decimal 56 155 168 0.67 0.08 0 0.34 186.96 0.5 0.44
Hex 38 9B A8 43 8 0 22 BB 32 2C
Octal 70 233 250 103 10 0 42 273 62 54
Binary 111000 10011011 10101000 1000011 1000 0 100010 10111011 110010 101100

Color Harmonies of #389BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389BA8

Black with #389BA8

Text Example


Text Example

White with #389BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,155,168); }

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

background-color css

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

 a { background-color: rgb(56,155,168); }

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

border-color css

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

 span { border-color: rgb(56,155,168); }

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