Html Css Color HEX #389CAA Scooter

📋 copy color: '#389CAA'

red 56 ◦ green 156 ◦ blue 170

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

Shades of Scooter #389CAA

Tints of Scooter #389CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.84%

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

R = 14.66%
G = 40.84%
B = 44.5%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#389CAA (or 0x389CAA) is known color: Scooter. HEX triplet: 38, 9C and AA. RGB value is (56,156,170). Sum of RGB (Red+Green+Blue) = 56+156+170=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #389CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389CAA is #C76355. Grayscale: #7F7F7F. Windows color (decimal): -13067094 or 11181112. OLE color: 11181112.

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

Color convert

RGB 56 156 170 -
CMYK 0.67 0.08 0 0.33
HSL 187.37º 0.5% 0.44% -
HSV(B) 187.37º 0.67% 0.67% -
XYZ 20.78 27.52 42.25 -
YUV 127.7 151.87 76.86 -
System Red Green Blue C M Y K H S L
Decimal 56 156 170 0.67 0.08 0 0.33 187.37 0.5 0.44
Hex 38 9C AA 43 8 0 21 BB 32 2C
Octal 70 234 252 103 10 0 41 273 62 54
Binary 111000 10011100 10101010 1000011 1000 0 100001 10111011 110010 101100

Color Harmonies of #389CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389CAA

Black with #389CAA

Text Example


Text Example

White with #389CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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