#308AAF

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

Shades of Scooter #308AAF

Tints of Scooter #308AAF

Color information

#308AAF (or 0x308AAF) is unknown color: approx Scooter. HEX triplet: 30, 8A and AF. RGB value is (48,138,175). Sum of RGB (Red+Green+Blue) = 48+138+175=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #308AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308AAF is #CF7550. Grayscale: #737373. Windows color (decimal): -13595985 or 11504176. OLE color: 11504176.

HSL color Cylindrical-coordinate representation of color #308AAF: hue angle of 197.48º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #308AAF is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB48138175-
CMYK0.730.2100.31
HSL197.48º56.95%43.73%-
HSV(B)197.48º72.57%68.63%-
XYZ18.0521.943.83-
YUV115.31161.6879.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.30%
GREEN value IS 138 (54.30% from 255) = 38.23%
BLUE value IS 175 (68.75% from 255) = 48.48%
R=13.30%
G=38.23%
B=48.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal481381750.730.2100.31197.4856.9543.73
Hex308AAF491501Fc5392c
Octal60212257111250373057154
Binary110000100010101010111110010011010101111111000101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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