#308F95

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

Shades of Scooter #308F95

Tints of Scooter #308F95

Color information

#308F95 (or 0x308F95) is unknown color: approx Scooter. HEX triplet: 30, 8F and 95. RGB value is (48,143,149). Sum of RGB (Red+Green+Blue) = 48+143+149=340 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.12% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #308F95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308F95 is #CF706A. Grayscale: #737373. Windows color (decimal): -13594731 or 9801520. OLE color: 9801520.

HSL color Cylindrical-coordinate representation of color #308F95: hue angle of 183.56º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #308F95 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB48143149-
CMYK0.680.0400.42
HSL183.56º51.27%38.63%-
HSV(B)183.56º67.79%58.43%-
XYZ16.4722.4431.9-
YUV115.28147.0380.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.12%
GREEN value IS 143 (56.25% from 255) = 42.06%
BLUE value IS 149 (58.59% from 255) = 43.82%
R=14.12%
G=42.06%
B=43.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481431490.680.0400.42183.5651.2738.63
Hex308F9544402Ab83327
Octal6021722510440522706347
Binary11000010001111100101011000100100010101010111000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,143,149); }

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

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

 a { background-color: rgb(48,143,149); }

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

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

 span { border-color: rgb(48,143,149); }

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