Html Css Color HEX #389AAA Scooter

📋 copy color: '#389AAA'

red 56 ◦ green 154 ◦ blue 170

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

Shades of Scooter #389AAA

Tints of Scooter #389AAA

RGB

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

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

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

R = 14.74%
G = 40.53%
B = 44.74%

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

#389AAA (or 0x389AAA) is known color: Scooter. HEX triplet: 38, 9A and AA. RGB value is (56,154,170). Sum of RGB (Red+Green+Blue) = 56+154+170=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #389AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389AAA is #C76555. Grayscale: #7E7E7E. Windows color (decimal): -13067606 or 11180600. OLE color: 11180600.

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

Color convert

RGB 56 154 170 -
CMYK 0.67 0.09 0 0.33
HSL 188.42º 0.5% 0.44% -
HSV(B) 188.42º 0.67% 0.67% -
XYZ 20.44 26.85 42.14 -
YUV 126.52 152.53 77.7 -
System Red Green Blue C M Y K H S L
Decimal 56 154 170 0.67 0.09 0 0.33 188.42 0.5 0.44
Hex 38 9A AA 43 9 0 21 BC 32 2C
Octal 70 232 252 103 11 0 41 274 62 54
Binary 111000 10011010 10101010 1000011 1001 0 100001 10111100 110010 101100

Color Harmonies of #389AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389AAA

Black with #389AAA

Text Example


Text Example

White with #389AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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