Html Css Color HEX #389BAB Scooter

📋 copy color: '#389BAB'

red 56 ◦ green 155 ◦ blue 171

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

Shades of Scooter #389BAB

Tints of Scooter #389BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 14.66%
G = 40.58%
B = 44.76%

CMYK

 C value IS 0.67

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#389BAB (or 0x389BAB) is known color: Scooter. HEX triplet: 38, 9B and AB. RGB value is (56,155,171). Sum of RGB (Red+Green+Blue) = 56+155+171=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #389BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389BAB is #C76454. Grayscale: #7F7F7F. Windows color (decimal): -13067349 or 11246392. OLE color: 11246392.

HSL color Cylindrical-coordinate representation of color #389BAB: hue angle of 188.35º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #389BAB is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 155 171 -
CMYK 0.67 0.09 0 0.33
HSL 188.35º 0.51% 0.45% -
HSV(B) 188.35º 0.67% 0.67% -
XYZ 20.7 27.22 42.69 -
YUV 127.22 152.7 77.2 -
System Red Green Blue C M Y K H S L
Decimal 56 155 171 0.67 0.09 0 0.33 188.35 0.51 0.45
Hex 38 9B AB 43 9 0 21 BC 33 2D
Octal 70 233 253 103 11 0 41 274 63 55
Binary 111000 10011011 10101011 1000011 1001 0 100001 10111100 110011 101101

Color Harmonies of #389BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389BAB

Black with #389BAB

Text Example


Text Example

White with #389BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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