Html Css Color HEX #389BA9 Scooter

📋 copy color: '#389BA9'

red 56 ◦ green 155 ◦ blue 169

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

Shades of Scooter #389BA9

Tints of Scooter #389BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 44.47%

R = 14.74%
G = 40.79%
B = 44.47%

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

#389BA9 (or 0x389BA9) is known color: Scooter. HEX triplet: 38, 9B and A9. RGB value is (56,155,169). Sum of RGB (Red+Green+Blue) = 56+155+169=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 169 (66.41% from 255 or 44.47% from 380); Max value from RGB is 169 - color contains mainly: blue. Hex color #389BA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389BA9 is #C76456. Grayscale: #7E7E7E. Windows color (decimal): -13067351 or 11115320. OLE color: 11115320.

HSL color Cylindrical-coordinate representation of color #389BA9: hue angle of 187.43º 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 #389BA9 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 56 155 169 -
CMYK 0.67 0.08 0 0.34
HSL 187.43º 0.5% 0.44% -
HSV(B) 187.43º 0.67% 0.66% -
XYZ 20.51 27.15 41.7 -
YUV 127 151.7 77.36 -
System Red Green Blue C M Y K H S L
Decimal 56 155 169 0.67 0.08 0 0.34 187.43 0.5 0.44
Hex 38 9B A9 43 8 0 22 BB 32 2C
Octal 70 233 251 103 10 0 42 273 62 54
Binary 111000 10011011 10101001 1000011 1000 0 100010 10111011 110010 101100

Color Harmonies of #389BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389BA9

Black with #389BA9

Text Example


Text Example

White with #389BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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