#308BA2

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

Shades of Scooter #308BA2

Tints of Scooter #308BA2

Color information

#308BA2 (or 0x308BA2) is unknown color: approx Scooter. HEX triplet: 30, 8B and A2. RGB value is (48,139,162). Sum of RGB (Red+Green+Blue) = 48+139+162=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 162 (63.67% from 255 or 46.42% from 349); Max value from RGB is 162 - color contains mainly: blue. Hex color #308BA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308BA2 is #CF745D. Grayscale: #727272. Windows color (decimal): -13595742 or 10652464. OLE color: 10652464.

HSL color Cylindrical-coordinate representation of color #308BA2: hue angle of 192.11º 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 #308BA2 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB48139162-
CMYK0.700.1400.36
HSL192.11º54.29%41.18%-
HSV(B)192.11º70.37%63.53%-
XYZ16.9721.737.48-
YUV114.41154.8580.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.75%
GREEN value IS 139 (54.69% from 255) = 39.83%
BLUE value IS 162 (63.67% from 255) = 46.42%
R=13.75%
G=39.83%
B=46.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal481391620.700.1400.36192.1154.2941.18
Hex308BA246E024c03629
Octal60213242106160443006651
Binary110000100010111010001010001101110010010011000000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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