#399BAC

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

Shades of Scooter #399BAC

Tints of Scooter #399BAC

Color information

#399BAC (or 0x399BAC) is unknown color: approx Scooter. HEX triplet: 39, 9B and AC. RGB value is (57,155,172). Sum of RGB (Red+Green+Blue) = 57+155+172=384 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.84% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #399BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399BAC is #C66453. Grayscale: #7F7F7F. Windows color (decimal): -13001812 or 11311929. OLE color: 11311929.

HSL color Cylindrical-coordinate representation of color #399BAC: hue angle of 188.87º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #399BAC is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB57155172-
CMYK0.670.1000.33
HSL188.87º50.22%44.9%-
HSV(B)188.87º66.86%67.45%-
XYZ20.8627.2943.2-
YUV127.64153.0377.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.84%
GREEN value IS 155 (60.94% from 255) = 40.36%
BLUE value IS 172 (67.58% from 255) = 44.79%
R=14.84%
G=40.36%
B=44.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571551720.670.1000.33188.8750.2244.9
Hex399BAC43A021bd322d
Octal71233254103120412756255
Binary111001100110111010110010000111010010000110111101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,155,172); }

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

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

 a { background-color: rgb(57,155,172); }

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

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

 span { border-color: rgb(57,155,172); }

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