#30899A

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

Shades of Scooter #30899A

Tints of Scooter #30899A

Color information

#30899A (or 0x30899A) is unknown color: approx Scooter. HEX triplet: 30, 89 and 9A. RGB value is (48,137,154). Sum of RGB (Red+Green+Blue) = 48+137+154=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #30899A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30899A is #CF7665. Grayscale: #707070. Windows color (decimal): -13596262 or 10127664. OLE color: 10127664.

HSL color Cylindrical-coordinate representation of color #30899A: hue angle of 189.62º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30899A is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB48137154-
CMYK0.690.1100.40
HSL189.62º52.48%39.61%-
HSV(B)189.62º68.83%60.39%-
XYZ1620.8533.75-
YUV112.33151.5182.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.16%
GREEN value IS 137 (53.91% from 255) = 40.41%
BLUE value IS 154 (60.55% from 255) = 45.43%
R=14.16%
G=40.41%
B=45.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481371540.690.1100.40189.6252.4839.61
Hex30899A45B028be3428
Octal60211232105130502766450
Binary110000100010011001101010001011011010100010111110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30899A; }

 p { color: rgb(48,137,154); }

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

<style>
 a { background-color: #30899A; }

 a { background-color: rgb(48,137,154); }

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

<style>
 span { border-color: #30899A; }

 span { border-color: rgb(48,137,154); }

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