#399AAB

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

Shades of Scooter #399AAB

Tints of Scooter #399AAB

Color information

#399AAB (or 0x399AAB) is unknown color: approx Scooter. HEX triplet: 39, 9A and AB. RGB value is (57,154,171). Sum of RGB (Red+Green+Blue) = 57+154+171=382 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.92% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #399AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399AAB is #C66554. Grayscale: #7E7E7E. Windows color (decimal): -13002069 or 11246137. OLE color: 11246137.

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

Color convert

RGB57154171-
CMYK0.670.1000.33
HSL188.95º50%44.71%-
HSV(B)188.95º66.67%67.06%-
XYZ20.5926.9242.64-
YUV126.94152.8678.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.92%
GREEN value IS 154 (60.55% from 255) = 40.31%
BLUE value IS 171 (67.19% from 255) = 44.76%
R=14.92%
G=40.31%
B=44.76%

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
Decimal571541710.670.1000.33188.955044.71
Hex399AAB43A021bd322d
Octal71232253103120412756255
Binary111001100110101010101110000111010010000110111101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,154,171); }

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

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

 a { background-color: rgb(57,154,171); }

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

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

 span { border-color: rgb(57,154,171); }

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