#308EA2

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

Shades of Scooter #308EA2

Tints of Scooter #308EA2

Color information

#308EA2 (or 0x308EA2) is unknown color: approx Scooter. HEX triplet: 30, 8E and A2. RGB value is (48,142,162). Sum of RGB (Red+Green+Blue) = 48+142+162=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 162 (63.67% from 255 or 46.02% from 352); Max value from RGB is 162 - color contains mainly: blue. Hex color #308EA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308EA2 is #CF715D. Grayscale: #747474. Windows color (decimal): -13594974 or 10653232. OLE color: 10653232.

HSL color Cylindrical-coordinate representation of color #308EA2: hue angle of 190.53º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #308EA2 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB48142162-
CMYK0.700.1200.36
HSL190.53º54.29%41.18%-
HSV(B)190.53º70.37%63.53%-
XYZ17.4122.5837.62-
YUV116.17153.8679.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.64%
GREEN value IS 142 (55.86% from 255) = 40.34%
BLUE value IS 162 (63.67% from 255) = 46.02%
R=13.64%
G=40.34%
B=46.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal481421620.700.1200.36190.5354.2941.18
Hex308EA246C024bf3629
Octal60216242106140442776651
Binary110000100011101010001010001101100010010010111111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308EA2; }

 p { color: rgb(48,142,162); }

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

<style>
 a { background-color: #308EA2; }

 a { background-color: rgb(48,142,162); }

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

<style>
 span { border-color: #308EA2; }

 span { border-color: rgb(48,142,162); }

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