Html Css Color HEX #389FAA Scooter

📋 copy color: '#389FAA'

red 56 ◦ green 159 ◦ blue 170

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

Shades of Scooter #389FAA

Tints of Scooter #389FAA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.3%

 BLUE value IS 170 (66.8% from 255) = 44.16%

R = 14.55%
G = 41.3%
B = 44.16%

CMYK

 C value IS 0.67

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#389FAA (or 0x389FAA) is known color: Scooter. HEX triplet: 38, 9F and AA. RGB value is (56,159,170). Sum of RGB (Red+Green+Blue) = 56+159+170=385 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.55% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #389FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389FAA is #C76055. Grayscale: #818181. Windows color (decimal): -13066326 or 11181880. OLE color: 11181880.

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

Color convert

RGB 56 159 170 -
CMYK 0.67 0.06 0 0.33
HSL 185.79º 0.5% 0.44% -
HSV(B) 185.79º 0.67% 0.67% -
XYZ 21.28 28.54 42.42 -
YUV 129.46 150.88 75.61 -
System Red Green Blue C M Y K H S L
Decimal 56 159 170 0.67 0.06 0 0.33 185.79 0.5 0.44
Hex 38 9F AA 43 6 0 21 BA 32 2C
Octal 70 237 252 103 6 0 41 272 62 54
Binary 111000 10011111 10101010 1000011 110 0 100001 10111010 110010 101100

Color Harmonies of #389FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389FAA

Black with #389FAA

Text Example


Text Example

White with #389FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,159,170); }

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

background-color css

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

 a { background-color: rgb(56,159,170); }

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

border-color css

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

 span { border-color: rgb(56,159,170); }

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