#3090A3

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

Shades of Scooter #3090A3

Tints of Scooter #3090A3

Color information

#3090A3 (or 0x3090A3) is unknown color: approx Scooter. HEX triplet: 30, 90 and A3. RGB value is (48,144,163). Sum of RGB (Red+Green+Blue) = 48+144+163=355 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.52% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 163 - color contains mainly: blue. Hex color #3090A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3090A3 is #CF6F5C. Grayscale: #757575. Windows color (decimal): -13594461 or 10719280. OLE color: 10719280.

HSL color Cylindrical-coordinate representation of color #3090A3: hue angle of 189.91º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3090A3 is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB48144163-
CMYK0.710.1200.36
HSL189.91º54.5%41.37%-
HSV(B)189.91º70.55%63.92%-
XYZ17.823.2238.19-
YUV117.46153.778.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.52%
GREEN value IS 144 (56.64% from 255) = 40.56%
BLUE value IS 163 (64.06% from 255) = 45.92%
R=13.52%
G=40.56%
B=45.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal481441630.710.1200.36189.9154.541.37
Hex3090A347C024be3729
Octal60220243107140442766751
Binary110000100100001010001110001111100010010010111110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3090A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3090A3; }

 p { color: rgb(48,144,163); }

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

<style>
 a { background-color: #3090A3; }

 a { background-color: rgb(48,144,163); }

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

<style>
 span { border-color: #3090A3; }

 span { border-color: rgb(48,144,163); }

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