#3093AB

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

Shades of Scooter #3093AB

Tints of Scooter #3093AB

Color information

#3093AB (or 0x3093AB) is unknown color: approx Scooter. HEX triplet: 30, 93 and AB. RGB value is (48,147,171). Sum of RGB (Red+Green+Blue) = 48+147+171=366 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.11% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #3093AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3093AB is #CF6C54. Grayscale: #777777. Windows color (decimal): -13593685 or 11244336. OLE color: 11244336.

HSL color Cylindrical-coordinate representation of color #3093AB: hue angle of 191.71º 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 #3093AB is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB48147171-
CMYK0.720.1400.33
HSL191.71º56.16%42.94%-
HSV(B)191.71º71.93%67.06%-
XYZ1924.4442.24-
YUV120.14156.776.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.11%
GREEN value IS 147 (57.81% from 255) = 40.16%
BLUE value IS 171 (67.19% from 255) = 46.72%
R=13.11%
G=40.16%
B=46.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481471710.720.1400.33191.7156.1642.94
Hex3093AB48E021c0382b
Octal60223253110160413007053
Binary110000100100111010101110010001110010000111000000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3093AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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