#389AA8

Color #389AA8 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #389AA8

Tints of Scooter #389AA8

Color information

#389AA8 (or 0x389AA8) is unknown color: approx 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

RGB56154168-
CMYK0.670.0800.34
HSL187.5º50%43.92%-
HSV(B)187.5º66.67%65.88%-
XYZ20.2526.7841.15-
YUV126.29151.5377.86-

RGB Variations

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

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 (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal561541680.670.0800.34187.55043.92
Hex389AA8438022bc322c
Octal70232250103100422746254
Binary111000100110101010100010000111000010001010111100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>