Html Css Color HEX #389AAC Scooter

📋 copy color: '#389AAC'

red 56 ◦ green 154 ◦ blue 172

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

Shades of Scooter #389AAC

Tints of Scooter #389AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 14.66%
G = 40.31%
B = 45.03%

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

#389AAC (or 0x389AAC) is known color: Scooter. HEX triplet: 38, 9A and AC. RGB value is (56,154,172). Sum of RGB (Red+Green+Blue) = 56+154+172=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #389AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389AAC is #C76553. Grayscale: #7E7E7E. Windows color (decimal): -13067604 or 11311672. OLE color: 11311672.

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

Color convert

RGB 56 154 172 -
CMYK 0.67 0.10 0 0.33
HSL 189.31º 0.51% 0.45% -
HSV(B) 189.31º 0.67% 0.67% -
XYZ 20.63 26.93 43.14 -
YUV 126.75 153.53 77.54 -
System Red Green Blue C M Y K H S L
Decimal 56 154 172 0.67 0.10 0 0.33 189.31 0.51 0.45
Hex 38 9A AC 43 A 0 21 BD 33 2D
Octal 70 232 254 103 12 0 41 275 63 55
Binary 111000 10011010 10101100 1000011 1010 0 100001 10111101 110011 101101

Color Harmonies of #389AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389AAC

Black with #389AAC

Text Example


Text Example

White with #389AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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