Html Css Color HEX #389BA7 Scooter

📋 copy color: '#389BA7'

red 56 ◦ green 155 ◦ blue 167

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

Shades of Scooter #389BA7

Tints of Scooter #389BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 44.18%

R = 14.81%
G = 41.01%
B = 44.18%

CMYK

 C value IS 0.66

 M value IS 0.07

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#389BA7 (or 0x389BA7) is known color: Scooter. HEX triplet: 38, 9B and A7. RGB value is (56,155,167). Sum of RGB (Red+Green+Blue) = 56+155+167=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 167 - color contains mainly: blue. Hex color #389BA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389BA7 is #C76458. Grayscale: #7E7E7E. Windows color (decimal): -13067353 or 10984248. OLE color: 10984248.

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

Color convert

RGB 56 155 167 -
CMYK 0.66 0.07 0 0.35
HSL 186.49º 0.5% 0.44% -
HSV(B) 186.49º 0.66% 0.65% -
XYZ 20.33 27.07 40.71 -
YUV 126.77 150.7 77.52 -
System Red Green Blue C M Y K H S L
Decimal 56 155 167 0.66 0.07 0 0.35 186.49 0.5 0.44
Hex 38 9B A7 42 7 0 23 BA 32 2C
Octal 70 233 247 102 7 0 43 272 62 54
Binary 111000 10011011 10100111 1000010 111 0 100011 10111010 110010 101100

Color Harmonies of #389BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389BA7

Black with #389BA7

Text Example


Text Example

White with #389BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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