#399EA4

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

Shades of Scooter #399EA4

Tints of Scooter #399EA4

Color information

#399EA4 (or 0x399EA4) is unknown color: approx Scooter. HEX triplet: 39, 9E and A4. RGB value is (57,158,164). Sum of RGB (Red+Green+Blue) = 57+158+164=379 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.04% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 164 (64.45% from 255 or 43.27% from 379); Max value from RGB is 164 - color contains mainly: blue. Hex color #399EA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399EA4 is #C6615B. Grayscale: #808080. Windows color (decimal): -13001052 or 10788409. OLE color: 10788409.

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

Color convert

RGB57158164-
CMYK0.650.0400.36
HSL183.36º48.42%43.33%-
HSV(B)183.36º65.24%64.31%-
XYZ20.622839.44-
YUV128.48148.0477.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.04%
GREEN value IS 158 (62.11% from 255) = 41.69%
BLUE value IS 164 (64.45% from 255) = 43.27%
R=15.04%
G=41.69%
B=43.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal571581640.650.0400.36183.3648.4243.33
Hex399EA4414024b7302b
Octal7123624410140442676053
Binary11100110011110101001001000001100010010010110111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399EA4; }

 p { color: rgb(57,158,164); }

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

<style>
 a { background-color: #399EA4; }

 a { background-color: rgb(57,158,164); }

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

<style>
 span { border-color: #399EA4; }

 span { border-color: rgb(57,158,164); }

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