Html Css Color HEX #389AA1 Scooter

📋 copy color: '#389AA1'

red 56 ◦ green 154 ◦ blue 161

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

Shades of Scooter #389AA1

Tints of Scooter #389AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 43.4%

R = 15.09%
G = 41.51%
B = 43.4%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#389AA1 (or 0x389AA1) is known color: Scooter. HEX triplet: 38, 9A and A1. RGB value is (56,154,161). Sum of RGB (Red+Green+Blue) = 56+154+161=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 161 - color contains mainly: blue. Hex color #389AA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389AA1 is #C7655E. Grayscale: #7D7D7D. Windows color (decimal): -13067615 or 10590776. OLE color: 10590776.

HSL color Cylindrical-coordinate representation of color #389AA1: hue angle of 184º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #389AA1 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 56 154 161 -
CMYK 0.65 0.04 0 0.37
HSL 184º 0.48% 0.43% -
HSV(B) 184º 0.65% 0.63% -
XYZ 19.62 26.53 37.8 -
YUV 125.5 148.03 78.43 -
System Red Green Blue C M Y K H S L
Decimal 56 154 161 0.65 0.04 0 0.37 184 0.48 0.43
Hex 38 9A A1 41 4 0 25 B8 30 2B
Octal 70 232 241 101 4 0 45 270 60 53
Binary 111000 10011010 10100001 1000001 100 0 100101 10111000 110000 101011

Color Harmonies of #389AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389AA1

Black with #389AA1

Text Example


Text Example

White with #389AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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