#308AAB

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

Shades of Scooter #308AAB

Tints of Scooter #308AAB

Color information

#308AAB (or 0x308AAB) is unknown color: approx Scooter. HEX triplet: 30, 8A and AB. RGB value is (48,138,171). Sum of RGB (Red+Green+Blue) = 48+138+171=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #308AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308AAB is #CF7554. Grayscale: #727272. Windows color (decimal): -13595989 or 11242032. OLE color: 11242032.

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

Color convert

RGB48138171-
CMYK0.720.1900.33
HSL196.1º56.16%42.94%-
HSV(B)196.1º71.93%67.06%-
XYZ17.6621.7541.79-
YUV114.85159.6880.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.45%
GREEN value IS 138 (54.30% from 255) = 38.66%
BLUE value IS 171 (67.19% from 255) = 47.90%
R=13.45%
G=38.66%
B=47.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481381710.720.1900.33196.156.1642.94
Hex308AAB4813021c4382b
Octal60212253110230413047053
Binary1100001000101010101011100100010011010000111000100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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