Html Css Color HEX #389BA5 Scooter

📋 copy color: '#389BA5'

red 56 ◦ green 155 ◦ blue 165

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

Shades of Scooter #389BA5

Tints of Scooter #389BA5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.22%

 BLUE value IS 165 (64.84% from 255) = 43.88%

R = 14.89%
G = 41.22%
B = 43.88%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#389BA5 (or 0x389BA5) is known color: Scooter. HEX triplet: 38, 9B and A5. RGB value is (56,155,165). Sum of RGB (Red+Green+Blue) = 56+155+165=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 165 (64.84% from 255 or 43.88% from 376); Max value from RGB is 165 - color contains mainly: blue. Hex color #389BA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389BA5 is #C7645A. Grayscale: #7E7E7E. Windows color (decimal): -13067355 or 10853176. OLE color: 10853176.

HSL color Cylindrical-coordinate representation of color #389BA5: hue angle of 185.5º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #389BA5 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 56 155 165 -
CMYK 0.66 0.06 0 0.35
HSL 185.5º 0.49% 0.43% -
HSV(B) 185.5º 0.66% 0.65% -
XYZ 20.14 27 39.75 -
YUV 126.54 149.7 77.69 -
System Red Green Blue C M Y K H S L
Decimal 56 155 165 0.66 0.06 0 0.35 185.5 0.49 0.43
Hex 38 9B A5 42 6 0 23 BA 31 2B
Octal 70 233 245 102 6 0 43 272 61 53
Binary 111000 10011011 10100101 1000010 110 0 100011 10111010 110001 101011

Color Harmonies of #389BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389BA5

Black with #389BA5

Text Example


Text Example

White with #389BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,155,165); }

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

background-color css

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

 a { background-color: rgb(56,155,165); }

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

border-color css

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

 span { border-color: rgb(56,155,165); }

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