#307F95

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

Shades of Scooter #307F95

Tints of Scooter #307F95

Color information

#307F95 (or 0x307F95) is unknown color: approx Scooter. HEX triplet: 30, 7F and 95. RGB value is (48,127,149). Sum of RGB (Red+Green+Blue) = 48+127+149=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #307F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307F95 is #CF806A. Grayscale: #696969. Windows color (decimal): -13598827 or 9797424. OLE color: 9797424.

HSL color Cylindrical-coordinate representation of color #307F95: hue angle of 193.07º 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 #307F95 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB48127149-
CMYK0.680.1500.42
HSL193.07º51.27%38.63%-
HSV(B)193.07º67.79%58.43%-
XYZ14.2317.9831.15-
YUV105.89152.3386.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.81%
GREEN value IS 127 (50% from 255) = 39.20%
BLUE value IS 149 (58.59% from 255) = 45.99%
R=14.81%
G=39.20%
B=45.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481271490.680.1500.42193.0751.2738.63
Hex307F9544F02Ac13327
Octal60177225104170523016347
Binary11000011111111001010110001001111010101011000001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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