Html Css Color HEX #389AAB Scooter

📋 copy color: '#389AAB'

red 56 ◦ green 154 ◦ blue 171

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

Shades of Scooter #389AAB

Tints of Scooter #389AAB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.42%

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

R = 14.7%
G = 40.42%
B = 44.88%

CMYK

 C value IS 0.67

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#389AAB (or 0x389AAB) is known color: Scooter. HEX triplet: 38, 9A and AB. RGB value is (56,154,171). Sum of RGB (Red+Green+Blue) = 56+154+171=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #389AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389AAB is #C76554. Grayscale: #7E7E7E. Windows color (decimal): -13067605 or 11246136. OLE color: 11246136.

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

Color convert

RGB 56 154 171 -
CMYK 0.67 0.10 0 0.33
HSL 188.87º 0.51% 0.45% -
HSV(B) 188.87º 0.67% 0.67% -
XYZ 20.54 26.89 42.64 -
YUV 126.64 153.03 77.62 -
System Red Green Blue C M Y K H S L
Decimal 56 154 171 0.67 0.10 0 0.33 188.87 0.51 0.45
Hex 38 9A AB 43 A 0 21 BD 33 2D
Octal 70 232 253 103 12 0 41 275 63 55
Binary 111000 10011010 10101011 1000011 1010 0 100001 10111101 110011 101101

Color Harmonies of #389AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389AAB

Black with #389AAB

Text Example


Text Example

White with #389AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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