#399DAC

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

Shades of Scooter #399DAC

Tints of Scooter #399DAC

Color information

#399DAC (or 0x399DAC) is unknown color: approx Scooter. HEX triplet: 39, 9D and AC. RGB value is (57,157,172). Sum of RGB (Red+Green+Blue) = 57+157+172=386 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.77% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #399DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399DAC is #C66253. Grayscale: #808080. Windows color (decimal): -13001300 or 11312441. OLE color: 11312441.

HSL color Cylindrical-coordinate representation of color #399DAC: hue angle of 187.83º 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 #399DAC is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB57157172-
CMYK0.670.0900.33
HSL187.83º50.22%44.9%-
HSV(B)187.83º66.86%67.45%-
XYZ21.1927.9643.31-
YUV128.81152.3776.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.77%
GREEN value IS 157 (61.72% from 255) = 40.67%
BLUE value IS 172 (67.58% from 255) = 44.56%
R=14.77%
G=40.67%
B=44.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571571720.670.0900.33187.8350.2244.9
Hex399DAC439021bc322d
Octal71235254103110412746255
Binary111001100111011010110010000111001010000110111100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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