#3084AB

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

Shades of Scooter #3084AB

Tints of Scooter #3084AB

Color information

#3084AB (or 0x3084AB) is unknown color: approx Scooter. HEX triplet: 30, 84 and AB. RGB value is (48,132,171). Sum of RGB (Red+Green+Blue) = 48+132+171=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #3084AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3084AB is #CF7B54. Grayscale: #6F6F6F. Windows color (decimal): -13597525 or 11240496. OLE color: 11240496.

HSL color Cylindrical-coordinate representation of color #3084AB: hue angle of 199.02º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3084AB is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB48132171-
CMYK0.720.2300.33
HSL199.02º56.16%42.94%-
HSV(B)199.02º71.93%67.06%-
XYZ16.8220.0741.52-
YUV111.33161.6782.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.68%
GREEN value IS 132 (51.95% from 255) = 37.61%
BLUE value IS 171 (67.19% from 255) = 48.72%
R=13.68%
G=37.61%
B=48.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481321710.720.2300.33199.0256.1642.94
Hex3084AB4817021c7382b
Octal60204253110270413077053
Binary1100001000010010101011100100010111010000111000111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3084AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3084AB; }

 p { color: rgb(48,132,171); }

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

<style>
 a { background-color: #3084AB; }

 a { background-color: rgb(48,132,171); }

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

<style>
 span { border-color: #3084AB; }

 span { border-color: rgb(48,132,171); }

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