#389EA5

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

Shades of Scooter #389EA5

Tints of Scooter #389EA5

Color information

#389EA5 (or 0x389EA5) is unknown color: approx Scooter. HEX triplet: 38, 9E and A5. RGB value is (56,158,165). Sum of RGB (Red+Green+Blue) = 56+158+165=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 165 - color contains mainly: blue. Hex color #389EA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389EA5 is #C7615A. Grayscale: #808080. Windows color (decimal): -13066587 or 10853944. OLE color: 10853944.

HSL color Cylindrical-coordinate representation of color #389EA5: hue angle of 183.85º 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 #389EA5 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB56158165-
CMYK0.660.0400.35
HSL183.85º49.32%43.33%-
HSV(B)183.85º66.06%64.71%-
XYZ20.6528.0139.92-
YUV128.3148.7176.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.78%
GREEN value IS 158 (62.11% from 255) = 41.69%
BLUE value IS 165 (64.84% from 255) = 43.54%
R=14.78%
G=41.69%
B=43.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal561581650.660.0400.35183.8549.3243.33
Hex389EA5424023b8312b
Octal7023624510240432706153
Binary11100010011110101001011000010100010001110111000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #389EA5;
 }
 .AnyTagClassName
 {
   color: #389EA5;
 }
</style>
background-color css

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

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

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

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

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

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