Html Css Color HEX #389AA8 Scooter

📋 copy color: '#389AA8'

red 56 ◦ green 154 ◦ blue 168

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

Shades of Scooter #389AA8

Tints of Scooter #389AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.44%

R = 14.81%
G = 40.74%
B = 44.44%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#389AA8 (or 0x389AA8) is known color: Scooter. HEX triplet: 38, 9A and A8. RGB value is (56,154,168). Sum of RGB (Red+Green+Blue) = 56+154+168=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 168 (66.02% from 255 or 44.44% from 378); Max value from RGB is 168 - color contains mainly: blue. Hex color #389AA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389AA8 is #C76557. Grayscale: #7E7E7E. Windows color (decimal): -13067608 or 11049528. OLE color: 11049528.

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

Color convert

RGB 56 154 168 -
CMYK 0.67 0.08 0 0.34
HSL 187.5º 0.5% 0.44% -
HSV(B) 187.5º 0.67% 0.66% -
XYZ 20.25 26.78 41.15 -
YUV 126.29 151.53 77.86 -
System Red Green Blue C M Y K H S L
Decimal 56 154 168 0.67 0.08 0 0.34 187.5 0.5 0.44
Hex 38 9A A8 43 8 0 22 BC 32 2C
Octal 70 232 250 103 10 0 42 274 62 54
Binary 111000 10011010 10101000 1000011 1000 0 100010 10111100 110010 101100

Color Harmonies of #389AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389AA8

Black with #389AA8

Text Example


Text Example

White with #389AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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